# HG changeset patch # User diego # Date 1223026843 0 # Node ID d721cc846146724b7692cac73b0d5c2764673449 # Parent f445847b8ec1ba571114d6ff1aa6b956f59a196e Internal liba52 should default to enabled. diff -r f445847b8ec1 -r d721cc846146 configure --- a/configure Thu Oct 02 22:15:45 2008 +0000 +++ b/configure Fri Oct 03 09:40:43 2008 +0000 @@ -580,7 +580,7 @@ _theora=auto _mp3lib=yes _liba52=auto -_liba52_internal=auto +_liba52_internal=yes _libdca=auto _libmpeg2=auto _faad=auto @@ -6084,9 +6084,8 @@ 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