Mercurial > mplayer.hg
diff 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 |
line wrap: on
line diff
--- a/configure Fri Jun 09 14:19:59 2006 +0000 +++ b/configure Fri Jun 09 14:27:54 2006 +0000 @@ -6365,7 +6365,7 @@ fi echores "$_amr_nb_fixed" -if test "$_amr_nb" = yes ; then +if test "$_amr_nb" = yes || test "$_amr_nb_fixed" = yes ; then _codecmodules="amr_nb $_codecmodules" else _nocodecmodules="amr_nb $_nocodecmodules"