[MPlayer-cvslog] r18664 - trunk/configure
diego
subversion at mplayerhq.hu
Fri Jun 9 16:27:54 CEST 2006
Author: diego
Date: Fri Jun 9 16:27:54 2006
New Revision: 18664
Modified:
trunk/configure
Log:
Don't claim that amr_nb is disabled when the fixed point version is enabled.
patch by Ismail Dönmez ismail,,@,,pardus,,.,,org,,.,,tr
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Fri Jun 9 16:27:54 2006
@@ -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"
More information about the MPlayer-cvslog
mailing list