Mercurial > mplayer.hg
comparison configure @ 33310:464563f22be1
Fix matrixview test, it would stay stuck at "auto".
author | reimar |
---|---|
date | Sat, 07 May 2011 16:16:23 +0000 |
parents | 6e8013170a94 |
children | ccd5d4cfefc4 |
comparison
equal
deleted
inserted
replaced
33309:733376438418 | 33310:464563f22be1 |
---|---|
5182 fi | 5182 fi |
5183 echores "$_gl" | 5183 echores "$_gl" |
5184 | 5184 |
5185 | 5185 |
5186 echocheck "MatrixView" | 5186 echocheck "MatrixView" |
5187 if test "$matrixview" = auto && test "$_gl" = no ; then | 5187 if test "$matrixview" = auto ; then |
5188 matrixview=no | 5188 matrixview="$_gl" |
5189 fi | 5189 fi |
5190 if test "$matrixview" = yes ; then | 5190 if test "$matrixview" = yes ; then |
5191 vomodules="matrixview $vomodules" | 5191 vomodules="matrixview $vomodules" |
5192 def_matrixview='#define CONFIG_MATRIXVIEW 1' | 5192 def_matrixview='#define CONFIG_MATRIXVIEW 1' |
5193 else | 5193 else |