[MPlayer-cvslog] r29656 - trunk/configure
reimar
subversion at mplayerhq.hu
Tue Sep 8 10:50:03 CEST 2009
Author: reimar
Date: Tue Sep 8 10:50:03 2009
New Revision: 29656
Log:
100l, forgot to use "test" for checking the value of the quicktime variable
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Sep 7 19:20:44 2009 (r29655)
+++ trunk/configure Tue Sep 8 10:50:03 2009 (r29656)
@@ -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'
More information about the MPlayer-cvslog
mailing list