summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-05 10:54:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-05 10:54:41 +0000
commitf80ece49a89ceceb4ae3f81f8026fc9858dab291 (patch)
tree2fad7db788fd2aee2887c513c296ba7947617058 /configure
parent46206e2b28860461af3a7b870ca97038357bfc5a (diff)
downloadmpv-f80ece49a89ceceb4ae3f81f8026fc9858dab291.tar.bz2
mpv-f80ece49a89ceceb4ae3f81f8026fc9858dab291.tar.xz
Move MatrixView video output check below OpenGL check, it depends on OpenGL.
patch by Francesco Lavra, francescolavra interfree it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30226 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure27
1 files changed, 14 insertions, 13 deletions
diff --git a/configure b/configure
index 8ca9c0d645..de0f8e33a3 100755
--- a/configure
+++ b/configure
@@ -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