1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-14 02:45:43 +00:00

Don't claim that amr_nb is disabled when the fixed point version is enabled.

patch by Ismail Dönmez ismail,,@,,pardus,,.,,org,,.,,tr


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18664 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-06-09 14:27:54 +00:00
parent c9e6e6a2e7
commit 861351e6df

2
configure vendored
View File

@ -6365,7 +6365,7 @@ else
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"