From fd385c45ddcc6b08b70ab64d2fa8e9d00a35cc9f Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 14 Jul 2007 14:53:30 +0000 Subject: Move QuickTime codecs check together with the other codecs checks. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23781 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 6384c12241..0e69cd94f0 100755 --- a/configure +++ b/configure @@ -5931,6 +5931,20 @@ fi echores "$_real" +echocheck "QuickTime codecs" +if test "$_qtx" = auto ; then + test "$_win32dll" = yes || darwin && _qtx=yes +fi +if test "$_qtx" = yes ; then + _def_qtx='#define USE_QTX_CODECS 1' + _codecmodules="qtx $_codecmodules" +else + _def_qtx='#undef USE_QTX_CODECS' + _nocodecmodules="qtx $_nocodecmodules" +fi +echores "$_qtx" + + echocheck "LIVE555 Streaming Media libraries" if test "$_live" = auto && test "$_network" = yes ; then cat > $TMPCPP << EOF @@ -6774,20 +6788,6 @@ fi echores "$_menu" -echocheck "QuickTime codecs" -if test "$_qtx" = auto ; then - test "$_win32dll" = yes || darwin && _qtx=yes -fi -if test "$_qtx" = yes ; then - _def_qtx='#define USE_QTX_CODECS 1' - _codecmodules="qtx $_codecmodules" -else - _def_qtx='#undef USE_QTX_CODECS' - _nocodecmodules="qtx $_nocodecmodules" -fi -echores "$_qtx" - - echocheck "Subtitles sorting" if test "$_sortsub" = yes ; then _def_sortsub='#define USE_SORTSUB 1' -- cgit v1.2.3