[MPlayer-cvslog] r31124 - in branches/1.0rc3: . configure
siretart
subversion at mplayerhq.hu
Sat May 1 20:51:08 CEST 2010
Author: siretart
Date: Sat May 1 20:51:08 2010
New Revision: 31124
Log:
VIDIX only works for Linux on the x86_64 architecture, not on other OSes.
Fixes Debian bug #578622.
backport r31057 by diego
Modified:
branches/1.0rc3/ (props changed)
branches/1.0rc3/configure
Modified: branches/1.0rc3/configure
==============================================================================
--- branches/1.0rc3/configure Sat May 1 20:47:53 2010 (r31123)
+++ branches/1.0rc3/configure Sat May 1 20:51:08 2010 (r31124)
@@ -4533,6 +4533,7 @@ if test "$_vidix" = auto ; then
_vidix=no
x86 && (linux || freebsd || netbsd || openbsd || dragonfly || sunos || win32) \
&& _vidix=yes
+ x86_64 && ! linux && _vidix=no
(ppc || alpha) && linux && _vidix=yes
fi
echores "$_vidix"
More information about the MPlayer-cvslog
mailing list