mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 17:12:36 +00:00
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
This commit is contained in:
parent
46206e2b28
commit
f80ece49a8
27
configure
vendored
27
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user