[MPlayer-cvslog] r23333 - trunk/configure

diego subversion at mplayerhq.hu
Thu May 17 23:19:18 CEST 2007


Author: diego
Date: Thu May 17 23:19:18 2007
New Revision: 23333

Log:
Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,
the variable is set to no a few lines above anyway.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu May 17 23:19:18 2007
@@ -2517,7 +2517,6 @@ if test "$_vidix_internal" = auto ; then
 #  ppc && linux && _vidix_internal=yes
   alpha && linux && _vidix_internal=yes
   qnx && _vidix_internal=no
-  sunos && not x86 && _vidix_internal=no
   beos && _vidix_internal=no
   darwin && _vidix_internal=no
 fi



More information about the MPlayer-cvslog mailing list