[MPlayer-cvslog] r23781 - trunk/configure
diego
subversion at mplayerhq.hu
Sat Jul 14 16:53:30 CEST 2007
Author: diego
Date: Sat Jul 14 16:53:30 2007
New Revision: 23781
Log:
Move QuickTime codecs check together with the other codecs checks.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sat Jul 14 16:53:30 2007
@@ -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'
More information about the MPlayer-cvslog
mailing list