comparison configure @ 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 9b767bba79fb
children 8645ed44c8d3
comparison
equal deleted inserted replaced
27596:33b8ad99fbcb 27597:62db90e27a63
6072 _nocodecmodules="mp3lib $_nocodecmodules" 6072 _nocodecmodules="mp3lib $_nocodecmodules"
6073 fi 6073 fi
6074 echores "$_mp3lib" 6074 echores "$_mp3lib"
6075 6075
6076 echocheck "liba52 support" 6076 echocheck "liba52 support"
6077 _def_liba52='#undef CONFIG_LIBA52'
6078 _def_liba52_internal="#undef CONFIG_LIBA52_INTERNAL"
6077 if test "$_liba52_internal" = auto ; then 6079 if test "$_liba52_internal" = auto ; then
6078 _liba52=yes 6080 _liba52=yes
6079 _liba52_internal=yes 6081 _liba52_internal=yes
6080 _def_liba52_internal="#define CONFIG_LIBA52_INTERNAL 1" 6082 _def_liba52_internal="#define CONFIG_LIBA52_INTERNAL 1"
6081 _res_comment="internal" 6083 _res_comment="internal"
6092 fi 6094 fi
6093 if test "$_liba52" = yes ; then 6095 if test "$_liba52" = yes ; then
6094 _def_liba52='#define CONFIG_LIBA52 1' 6096 _def_liba52='#define CONFIG_LIBA52 1'
6095 _codecmodules="liba52($_res_comment) $_codecmodules" 6097 _codecmodules="liba52($_res_comment) $_codecmodules"
6096 else 6098 else
6097 _def_liba52='#undef CONFIG_LIBA52'
6098 _def_liba52_internal="#undef CONFIG_LIBA52_INTERNAL"
6099 _nocodecmodules="liba52 $_nocodecmodules" 6099 _nocodecmodules="liba52 $_nocodecmodules"
6100 fi 6100 fi
6101 echores "$_liba52" 6101 echores "$_liba52"
6102 6102
6103 echocheck "internal libmpeg2 support" 6103 echocheck "internal libmpeg2 support"