summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-08 08:50:03 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-08 08:50:03 +0000
commitf49f43015930892642f467eeeefe9788dcb11204 (patch)
tree4d3e34c30417cbd43eebbb72fc1c7b2f596d8acd /configure
parent9d99f5bd8d8fdeb3997d14a2cea3f32d928b9d22 (diff)
downloadmpv-f49f43015930892642f467eeeefe9788dcb11204.tar.bz2
mpv-f49f43015930892642f467eeeefe9788dcb11204.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 96c9b86108..44e419121a 100755
--- a/configure
+++ b/configure
@@ -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'