summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-10 12:13:10 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-10 12:13:10 +0000
commit71670752d0c3ddd7844071b11ab2f1af245869e5 (patch)
tree1a68431bf564de1137d82235e6cccd204bb2ca87 /configure
parent7712ce86d868b748fa33094c0386105f06c96c98 (diff)
downloadmpv-71670752d0c3ddd7844071b11ab2f1af245869e5.tar.bz2
mpv-71670752d0c3ddd7844071b11ab2f1af245869e5.tar.xz
Disable internal copy of liba52 by default, libavcodec should be an
adequate replacement. If there are no complaints we should probably remove it within a few months. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30256 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 10807a6e2a..ab05e9ceed 100755
--- a/configure
+++ b/configure
@@ -338,7 +338,7 @@ Codecs:
--enable-libdca enable libdca support [autodetect]
--disable-mp3lib disable builtin mp3lib [autodetect]
--disable-liba52 disable liba52 [autodetect]
- --disable-liba52-internal disable builtin liba52 [autodetect]
+ --enable-liba52-internal enable builtin liba52 [disabled]
--disable-libmpeg2 disable builtin libmpeg2 [autodetect]
--disable-musepack disable musepack support [autodetect]
--disable-libopencore_amrnb disable libopencore_amr narrowband [autodetect]
@@ -630,7 +630,7 @@ _speex=auto
_theora=auto
_mp3lib=auto
_liba52=auto
-_liba52_internal=auto
+_liba52_internal=no
_libdca=auto
_libmpeg2=auto
_faad=auto