summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-05 20:31:05 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-05 20:31:05 +0000
commit087fc28af3cb71c315b06abe0f10377247a30621 (patch)
treeee3132324e604c3de43c5e5e3fb6971d66ff10bf /configure
parentd542b518570681c7d1141c2c5a5747d3b3215b92 (diff)
downloadmpv-087fc28af3cb71c315b06abe0f10377247a30621.tar.bz2
mpv-087fc28af3cb71c315b06abe0f10377247a30621.tar.xz
enabled QTX codecs by default - time to get it tested by users :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8374 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure b/configure
index 020e25a5ca..384154e3ed 100755
--- a/configure
+++ b/configure
@@ -162,7 +162,7 @@ Codecs:
--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 @@ _freetype=no
_shared_pp=no
_new_conf=no
_menu=no
-_qtx_codecs=no
+_qtx_codecs=auto
_sortsub=yes
for ac_option do
@@ -4325,6 +4325,9 @@ echores "$_menu"
# 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"