[MPlayer-cvslog] r23210 - trunk/configure

reimar subversion at mplayerhq.hu
Wed May 2 16:21:25 CEST 2007


Author: reimar
Date: Wed May  2 16:21:25 2007
New Revision: 23210

Log:
Disable internal vidix on PPC linux, it breaks compilation.
Proper fix welcome


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed May  2 16:21:25 2007
@@ -2499,7 +2499,8 @@ if test "$_vidix_internal" = auto ; then
   _vidix_internal=no
   # should check for x86 systems supporting VIDIX (does QNX have VIDIX?)
   x86 && _vidix_internal=yes
-  ppc && linux && _vidix_internal=yes
+# this is broken currently, undefined references to inw, outw etc.
+#  ppc && linux && _vidix_internal=yes
   alpha && linux && _vidix_internal=yes
   qnx && _vidix_internal=no
   sunos && not x86 && _vidix_internal=no



More information about the MPlayer-cvslog mailing list