[MPlayer-cvslog] r27629 - trunk/configure

diego subversion at mplayerhq.hu
Tue Sep 16 14:44:32 CEST 2008


Author: diego
Date: Tue Sep 16 14:44:32 2008
New Revision: 27629

Log:
Initialize _def_liba52 and _def_liba52_internal before the liba52 checks
so that they are always set to some value.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Sep 16 14:44:32 2008
@@ -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"



More information about the MPlayer-cvslog mailing list