summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-03 09:40:43 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-03 09:40:43 +0000
commit3d0b12ac1ebb8e70447c9c0ddb72800c26708e61 (patch)
tree601a46c2192fcbaabd6ea6b4046640369adcb6f9 /configure
parentded93e5b0535c6cbb0f6da0b4aadb2561b96cc60 (diff)
downloadmpv-3d0b12ac1ebb8e70447c9c0ddb72800c26708e61.tar.bz2
mpv-3d0b12ac1ebb8e70447c9c0ddb72800c26708e61.tar.xz
Internal liba52 should default to enabled.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27684 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index 1eefd2080b..3bb69ae15b 100755
--- a/configure
+++ b/configure
@@ -580,7 +580,7 @@ _speex=auto
_theora=auto
_mp3lib=yes
_liba52=auto
-_liba52_internal=auto
+_liba52_internal=yes
_libdca=auto
_libmpeg2=auto
_faad=auto
@@ -6084,9 +6084,8 @@ echores "$_mp3lib"
echocheck "liba52 support"
_def_liba52='#undef CONFIG_LIBA52'
_def_liba52_internal="#undef CONFIG_LIBA52_INTERNAL"
-if test "$_liba52_internal" = auto ; then
+if test "$_liba52_internal" = yes ; then
_liba52=yes
- _liba52_internal=yes
_def_liba52_internal="#define CONFIG_LIBA52_INTERNAL 1"
_res_comment="internal"
elif test "$_liba52_internal" = no && test "$_liba52" = auto ; then