[Mplayer-cvslog] CVS: main configure,1.619,1.620
Arpi of Ize
arpi at mplayerhq.hu
Thu Dec 5 21:31:08 CET 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv16184
Modified Files:
configure
Log Message:
enabled QTX codecs by default - time to get it tested by users :)
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.619
retrieving revision 1.620
diff -u -r1.619 -r1.620
--- configure 5 Dec 2002 06:01:42 -0000 1.619
+++ configure 5 Dec 2002 20:31:05 -0000 1.620
@@ -162,7 +162,7 @@
--enable-liblzo enable external liblzo support [autodetect]
--disable-win32 disable Win32 DLL support [autodetect]
--disable-dshow disable Win32/DirectShow support [autodetect]
- --enable-qtx-codecs Enable Quicktime codecs [disabled]
+ --disable-qtx-codecs disable Quicktime codecs [autodetect]
--disable-xanim disable XAnim DLL support [autodetect]
--disable-real disable RealPlayer DLL support [autodetect]
--disable-xvid disable XviD codec [autodetect]
@@ -1029,7 +1029,7 @@
_shared_pp=no
_new_conf=no
_menu=no
-_qtx_codecs=no
+_qtx_codecs=auto
_sortsub=yes
for ac_option do
@@ -4325,6 +4325,9 @@
# Check to see if they want QTX codecs enabled
echocheck "QTX codecs"
+if test "$_qtx_codecs" = auto ; then
+ _qtx_codecs=$_win32
+fi
if test "$_qtx_codecs" = yes ; then
_def_qtx_codecs='#define USE_QTX_CODECS 1'
_codecmodules="qtx $_codecmodules"
More information about the MPlayer-cvslog
mailing list