[MPlayer-cvslog] r33370 - trunk/configure
diego
subversion at mplayerhq.hu
Thu May 5 12:25:16 CEST 2011
Author: diego
Date: Thu May 5 12:25:14 2011
New Revision: 33370
Log:
configure: Employ proper autodetection for the matrixview video output.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu May 5 10:51:33 2011 (r33369)
+++ trunk/configure Thu May 5 12:25:14 2011 (r33370)
@@ -673,7 +673,7 @@ _md5sum=yes
_yuv4mpeg=yes
_gif=auto
_gl=auto
-matrixview=yes
+matrixview=auto
_ggi=auto
_ggiwmh=auto
_aa=auto
@@ -5194,7 +5194,7 @@ echores "$_gl"
echocheck "MatrixView"
-if test "$_gl" = no ; then
+if test "$matrixview" = auto && test "$_gl" = no ; then
matrixview=no
fi
if test "$matrixview" = yes ; then
More information about the MPlayer-cvslog
mailing list