[MPlayer-cvslog] r30167 - trunk/configure
reimar
subversion at mplayerhq.hu
Sat Jan 2 17:47:26 CET 2010
Author: reimar
Date: Sat Jan 2 17:47:26 2010
New Revision: 30167
Log:
Disable vidix on 64 bit MinGW compiles, it seems to fail compiling and
certainly was never tested.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Fri Jan 1 19:51:59 2010 (r30166)
+++ trunk/configure Sat Jan 2 17:47:26 2010 (r30167)
@@ -4529,6 +4529,7 @@ if test "$_vidix" = auto ; then
_vidix=no
x86 && (linux || freebsd || netbsd || openbsd || dragonfly || sunos || win32) \
&& _vidix=yes
+ x86_64 && win32 && vidix=no
(ppc || alpha) && linux && _vidix=yes
fi
echores "$_vidix"
More information about the MPlayer-cvslog
mailing list