From bc5098b680887d290502a2411318f9e1f854fd4e Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 20 Feb 2004 18:15:28 +0000 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]) -- cgit v1.2.3