Mercurial > mplayer.hg
comparison configure @ 18663:56ebaaf3500e
Don't claim that amr_nb is disabled when the fixed point version is enabled.
patch by Ismail D«Ónmez ismail,,@,,pardus,,.,,org,,.,,tr
author | diego |
---|---|
date | Fri, 09 Jun 2006 14:27:54 +0000 |
parents | c0aeea79d135 |
children | 02e837b23337 |
comparison
equal
deleted
inserted
replaced
18662:c0aeea79d135 | 18663:56ebaaf3500e |
---|---|
6363 else | 6363 else |
6364 _def_amr_nb_fixed='#undef AMR_NB_FIXED' | 6364 _def_amr_nb_fixed='#undef AMR_NB_FIXED' |
6365 fi | 6365 fi |
6366 echores "$_amr_nb_fixed" | 6366 echores "$_amr_nb_fixed" |
6367 | 6367 |
6368 if test "$_amr_nb" = yes ; then | 6368 if test "$_amr_nb" = yes || test "$_amr_nb_fixed" = yes ; then |
6369 _codecmodules="amr_nb $_codecmodules" | 6369 _codecmodules="amr_nb $_codecmodules" |
6370 else | 6370 else |
6371 _nocodecmodules="amr_nb $_nocodecmodules" | 6371 _nocodecmodules="amr_nb $_nocodecmodules" |
6372 fi | 6372 fi |
6373 | 6373 |