summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-16 12:44:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-16 12:44:32 +0000
commitbcd214aa786d30055d2e6093e645cf4df433ef87 (patch)
tree5a6d13e8de5602704666d5e1897b2071f742ed38 /configure
parente4a71d081875ccb46e4e808b5e738f8b867df355 (diff)
downloadmpv-bcd214aa786d30055d2e6093e645cf4df433ef87.tar.bz2
mpv-bcd214aa786d30055d2e6093e645cf4df433ef87.tar.xz
Initialize _def_liba52 and _def_liba52_internal before the liba52 checks
so that they are always set to some value. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27629 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 99c3e9670e..f82cd1bf62 100755
--- a/configure
+++ b/configure
@@ -6074,6 +6074,8 @@ fi
echores "$_mp3lib"
echocheck "liba52 support"
+_def_liba52='#undef CONFIG_LIBA52'
+_def_liba52_internal="#undef CONFIG_LIBA52_INTERNAL"
if test "$_liba52_internal" = auto ; then
_liba52=yes
_liba52_internal=yes
@@ -6094,8 +6096,6 @@ if test "$_liba52" = yes ; then
_def_liba52='#define CONFIG_LIBA52 1'
_codecmodules="liba52($_res_comment) $_codecmodules"
else
- _def_liba52='#undef CONFIG_LIBA52'
- _def_liba52_internal="#undef CONFIG_LIBA52_INTERNAL"
_nocodecmodules="liba52 $_nocodecmodules"
fi
echores "$_liba52"