comparison configure @ 29614:1e19b831575b

100l, forgot to use "test" for checking the value of the quicktime variable
author reimar
date Tue, 08 Sep 2009 08:50:03 +0000
parents 8f25ecc08eb0
children 444fb626e0d3
comparison
equal deleted inserted replaced
29613:7386b883fba6 29614:1e19b831575b
6812 6812
6813 echocheck "QuickTime codecs" 6813 echocheck "QuickTime codecs"
6814 _qtx_emulation=no 6814 _qtx_emulation=no
6815 def_qtx_win32='#undef CONFIG_QTX_CODECS_WIN32' 6815 def_qtx_win32='#undef CONFIG_QTX_CODECS_WIN32'
6816 if test "$_qtx" = auto ; then 6816 if test "$_qtx" = auto ; then
6817 test "$_win32dll" = yes || quicktime && _qtx=yes 6817 test "$_win32dll" = yes || test "$quicktime" = yes && _qtx=yes
6818 fi 6818 fi
6819 if test "$_qtx" = yes ; then 6819 if test "$_qtx" = yes ; then
6820 def_qtx='#define CONFIG_QTX_CODECS 1' 6820 def_qtx='#define CONFIG_QTX_CODECS 1'
6821 win32 && _qtx_codecs_win32=yes && def_qtx_win32='#define CONFIG_QTX_CODECS_WIN32 1' 6821 win32 && _qtx_codecs_win32=yes && def_qtx_win32='#define CONFIG_QTX_CODECS_WIN32 1'
6822 _codecmodules="qtx $_codecmodules" 6822 _codecmodules="qtx $_codecmodules"