Mercurial > mplayer.hg
changeset 33310:464563f22be1
Fix matrixview test, it would stay stuck at "auto".
author | reimar |
---|---|
date | Sat, 07 May 2011 16:16:23 +0000 |
parents | 733376438418 |
children | 00ab9ef28181 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat May 07 15:58:06 2011 +0000 +++ b/configure Sat May 07 16:16:23 2011 +0000 @@ -5184,8 +5184,8 @@ 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"