summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6d3bee8b70..e55da52c98 100755
--- a/configure
+++ b/configure
@@ -6687,7 +6687,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'