[MPlayer-cvslog] r26106 - trunk/configure

diego subversion at mplayerhq.hu
Wed Feb 27 00:24:53 CET 2008


Author: diego
Date: Wed Feb 27 00:24:53 2008
New Revision: 26106

Log:
Default to disabling VIDIX on platforms where it is not known to work.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Feb 27 00:24:53 2008
@@ -4254,10 +4254,9 @@ _def_vidix_drv_unichrome='#undef CONFIG_
 _vidix_drv_unichrome=no
 if test "$_vidix_internal" = auto ; then
   _vidix_internal=no
-  x86 && _vidix_internal=yes
-  ppc && linux && _vidix_internal=yes
-  alpha && linux && _vidix_internal=yes
-  qnx || beos || darwin || os2 && _vidix_internal=no
+  x86 && linux || freebsd || netbsd || openbsd || sunos || win32 \
+    && _vidix_internal=yes
+  ppc || alpha && linux && _vidix_internal=yes
 fi
 if test "$_vidix_internal" = yes; then
   _res_comment="internal"



More information about the MPlayer-cvslog mailing list