[MPlayer-cvslog] r31057 - trunk/configure

diego subversion at mplayerhq.hu
Thu Apr 22 16:02:20 CEST 2010


Author: diego
Date: Thu Apr 22 16:02:20 2010
New Revision: 31057

Log:
VIDIX only works for Linux on the x86_64 architecture, not on other OSes.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Apr 22 15:53:13 2010	(r31056)
+++ trunk/configure	Thu Apr 22 16:02:20 2010	(r31057)
@@ -4716,7 +4716,7 @@ if test "$_vidix" = auto ; then
   _vidix=no
   x86 && (linux || freebsd || netbsd || openbsd || dragonfly || sunos || win32) \
     && _vidix=yes
-  x86_64 && win32 && _vidix=no
+  x86_64 && ! linux && _vidix=no
   (ppc || alpha) && linux && _vidix=yes
 fi
 echores "$_vidix"


More information about the MPlayer-cvslog mailing list