diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-02-20 18:15:28 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-02-20 18:15:28 +0000 |
commit | bc5098b680887d290502a2411318f9e1f854fd4e (patch) | |
tree | 88c8e5f2b7f13d5ec5347ac85ef2f72c9a7aff58 | |
parent | d335855f70b563f6f55e7b4f3b29fd65e5cb2e41 (diff) | |
download | xine-lib-bc5098b680887d290502a2411318f9e1f854fd4e.tar.gz xine-lib-bc5098b680887d290502a2411318f9e1f854fd4e.tar.bz2 |
build dxr3 even on non-x86 architectures, the next release of the driver
will work on Alpha and Sparc (thanks to Nicolas Boullis for the patch)
CVS patchset: 6178
CVS date: 2004/02/20 18:15:28
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 96a97551a..d5d551602 100644 --- a/configure.ac +++ b/configure.ac @@ -745,7 +745,7 @@ dnl dxr3 / hollywood plus card dnl --------------------------------------------- case "$host_or_hostalias" in - i?86-*-linux* | k?-*-linux* | athlon*-*-linux* | pentium*-*-linux* ) + *-linux*) AC_CHECK_DXR3() if test x"$have_libfame" = "xyes" ; then AC_DEFINE_UNQUOTED(HAVE_LIBFAME,1,[Define this if you have libfame mpeg encoder installed (fame.sf.net)]) |