changeset 27597:62db90e27a63

Initialize _def_liba52 and _def_liba52_internal before the liba52 checks so that they are always set to some value.
author diego
date Tue, 16 Sep 2008 12:44:32 +0000
parents 33b8ad99fbcb
children 8645ed44c8d3
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Sep 16 03:49:54 2008 +0000
+++ b/configure	Tue Sep 16 12:44:32 2008 +0000
@@ -6074,6 +6074,8 @@
 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 @@
   _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"