[Mplayer-cvslog] CVS: 0_90 configure,1.668,1.669
Diego Biurrun CVS
diego at mplayerhq.hu
Fri Jun 13 02:03:18 CEST 2003
Update of /cvsroot/mplayer/0_90
In directory mail:/var/tmp.root/cvs-serv3788
Modified Files:
configure
Log Message:
Rename --enable-qtx-codecs to --enable-qtx for increased consistency.
Ported from main.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/0_90/configure,v
retrieving revision 1.668
retrieving revision 1.669
diff -u -r1.668 -r1.669
--- configure 29 May 2003 11:36:29 -0000 1.668
+++ configure 13 Jun 2003 00:03:15 -0000 1.669
@@ -176,7 +176,7 @@
--enable-liblzo enable external liblzo support [autodetect]
--disable-win32 disable Win32 DLL support [autodetect]
--disable-dshow disable Win32/DirectShow support [autodetect]
- --disable-qtx-codecs disable Quicktime codecs [autodetect]
+ --disable-qtx disable Quicktime codecs [autodetect]
--disable-xanim disable XAnim DLL support [autodetect]
--disable-real disable RealPlayer DLL support [autodetect]
--disable-xvid disable XviD codec [autodetect]
@@ -1064,7 +1064,7 @@
_shared_pp=no
_new_conf=yes
_menu=no
-_qtx_codecs=auto
+_qtx=auto
_macosx=auto
_sortsub=yes
_freetypeconfig='freetype-config'
@@ -1271,8 +1271,8 @@
--enable-menu) _menu=yes ;;
--disable-menu) _menu=no ;;
- --enable-qtx-codecs) _qtx_codecs=yes ;;
- --disable-qtx-codecs) _qtx_codecs=no ;;
+ --enable-qtx) _qtx=yes ;;
+ --disable-qtx) _qtx=no ;;
--enable-macosx) _macosx=yes ;;
--disable-macosx) _macosx=no ;;
@@ -4660,17 +4660,17 @@
# Check to see if they want QTX codecs enabled
echocheck "QTX codecs"
-if test "$_qtx_codecs" = auto ; then
- _qtx_codecs=$_win32
+if test "$_qtx" = auto ; then
+ _qtx=$_win32
fi
-if test "$_qtx_codecs" = yes ; then
- _def_qtx_codecs='#define USE_QTX_CODECS 1'
+if test "$_qtx" = yes ; then
+ _def_qtx='#define USE_QTX_CODECS 1'
_codecmodules="qtx $_codecmodules"
else
- _def_qtx_codecs='#undef USE_QTX_CODECS'
+ _def_qtx='#undef USE_QTX_CODECS'
_nocodecmodules="qtx $_nocodecmodules"
fi
-echores "$_qtx_codecs"
+echores "$_qtx"
echocheck "Subtitles sorting"
if test "$_sortsub" = yes ; then
@@ -5488,7 +5488,7 @@
$_def_new_conf
/* enables / disables QTX codecs */
-$_def_qtx_codecs
+$_def_qtx
/* enables / disables osd menu */
$_def_menu
More information about the MPlayer-cvslog
mailing list