[MPlayer-cvslog] r33397 - trunk/configure

reimar subversion at mplayerhq.hu
Sat May 7 18:16:23 CEST 2011


Author: reimar
Date: Sat May  7 18:16:23 2011
New Revision: 33397

Log:
Fix matrixview test, it would stay stuck at "auto".

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat May  7 17:58:06 2011	(r33396)
+++ trunk/configure	Sat May  7 18:16:23 2011	(r33397)
@@ -5184,8 +5184,8 @@ echores "$_gl"
 
 
 echocheck "MatrixView"
-if test "$matrixview" = auto && test "$_gl" = no ; then
-  matrixview=no
+if test "$matrixview" = auto ; then
+  matrixview="$_gl"
 fi
 if test "$matrixview" = yes ; then
   vomodules="matrixview $vomodules"


More information about the MPlayer-cvslog mailing list