mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 00:07:33 +00:00
nice to see ;-)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8213 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fa0923d83d
commit
77cbe0ff75
2
configure
vendored
2
configure
vendored
@ -4270,8 +4270,10 @@ echores "$_menu"
|
|||||||
echocheck "QTX codecs"
|
echocheck "QTX codecs"
|
||||||
if test "$_qtx_codecs" = yes ; then
|
if test "$_qtx_codecs" = yes ; then
|
||||||
_def_qtx_codecs='#define USE_QTX_CODECS 1'
|
_def_qtx_codecs='#define USE_QTX_CODECS 1'
|
||||||
|
_codecmodules="qtx $_codecmodules"
|
||||||
else
|
else
|
||||||
_def_qtx_codecs='#undef USE_QTX_CODECS'
|
_def_qtx_codecs='#undef USE_QTX_CODECS'
|
||||||
|
_nocodecmodules="qtx $_nocodecmodules"
|
||||||
fi
|
fi
|
||||||
echores "$_qtx_codecs"
|
echores "$_qtx_codecs"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user