[MPlayer-cvslog] r30226 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Jan 5 11:54:41 CET 2010
Author: diego
Date: Tue Jan 5 11:54:41 2010
New Revision: 30226
Log:
Move MatrixView video output check below OpenGL check, it depends on OpenGL.
patch by Francesco Lavra, francescolavra interfree it
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Jan 5 11:52:12 2010 (r30225)
+++ trunk/configure Tue Jan 5 11:54:41 2010 (r30226)
@@ -4607,19 +4607,6 @@ else
fi
echores "$_mga"
-echocheck "MatrixView"
-if test "$_gl" = no ; then
- matrixview=no
-fi
-if test "$matrixview" = yes ; then
- _vomodules="matrixview $_vomodules"
- def_matrixview='#define CONFIG_MATRIXVIEW 1'
-else
- _novomodules="matrixview $_novomodules"
- def_matrixview='#undef CONFIG_MATRIXVIEW'
-fi
-echores "$matrixview"
-
echocheck "xmga"
if test "$_xmga" = auto ; then
_xmga=no
@@ -4983,6 +4970,20 @@ fi
echores "$_gl"
+echocheck "MatrixView"
+if test "$_gl" = no ; then
+ matrixview=no
+fi
+if test "$matrixview" = yes ; then
+ _vomodules="matrixview $_vomodules"
+ def_matrixview='#define CONFIG_MATRIXVIEW 1'
+else
+ _novomodules="matrixview $_novomodules"
+ def_matrixview='#undef CONFIG_MATRIXVIEW'
+fi
+echores "$matrixview"
+
+
echocheck "PNG support"
if test "$_png" = auto ; then
_png=no
More information about the MPlayer-cvslog
mailing list