mirror of
https://github.com/mpv-player/mpv
synced 2025-03-29 15:00:27 +00:00
100l, forgot to use "test" for checking the value of the quicktime variable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29656 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9d99f5bd8d
commit
f49f430159
2
configure
vendored
2
configure
vendored
@ -6814,7 +6814,7 @@ echocheck "QuickTime codecs"
|
||||
_qtx_emulation=no
|
||||
def_qtx_win32='#undef CONFIG_QTX_CODECS_WIN32'
|
||||
if test "$_qtx" = auto ; then
|
||||
test "$_win32dll" = yes || quicktime && _qtx=yes
|
||||
test "$_win32dll" = yes || test "$quicktime" = yes && _qtx=yes
|
||||
fi
|
||||
if test "$_qtx" = yes ; then
|
||||
def_qtx='#define CONFIG_QTX_CODECS 1'
|
||||
|
Loading…
Reference in New Issue
Block a user