comparison configure @ 18395:809ae393b2b5

Remove stray variable.
author diego
date Sun, 07 May 2006 13:53:13 +0000
parents 67a41ab8e9ed
children e30d107603eb
comparison
equal deleted inserted replaced
18394:4b4ef8d89e09 18395:809ae393b2b5
6263 if test "$_amr_nb" = yes ; then 6263 if test "$_amr_nb" = yes ; then
6264 _def_amr_nb='#define AMR_NB 1' 6264 _def_amr_nb='#define AMR_NB 1'
6265 else 6265 else
6266 _def_amr_nb='#undef AMR_NB' 6266 _def_amr_nb='#undef AMR_NB'
6267 fi 6267 fi
6268 echores "$_amr_nb $_echomsg" 6268 echores "$_amr_nb"
6269 6269
6270 echocheck "amr narrowband, fixed point" 6270 echocheck "amr narrowband, fixed point"
6271 if test "$_amr_nb_fixed" = auto ; then 6271 if test "$_amr_nb_fixed" = auto ; then
6272 _amr_nb_fixed=no 6272 _amr_nb_fixed=no
6273 if test -f libavcodec/amr/dtx_dec.c ; then 6273 if test -f libavcodec/amr/dtx_dec.c ; then