[OE-core] [PATCH] speex: enable floating point support

Fahad Arslan fahad_arslan at mentor.com
Wed Jan 15 09:14:30 UTC 2014


From: Fahad Arslan <Fahad_Arslan at mentor.com>

Speex configured in fixed point mode is not able to covert flaot
input in range of +/-1 passed by Pulseaudio. As a result streams
that need to be resampled are not playedback (no voice). Avoid
this situation by configuring Speex in floating point mode.

Signed-off-by: Fahad Arslan <Fahad_Arslan at mentor.com>
---
 meta/recipes-multimedia/speex/speex_1.2rc1.bb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-multimedia/speex/speex_1.2rc1.bb b/meta/recipes-multimedia/speex/speex_1.2rc1.bb
index 5de0169..f1ea547 100644
--- a/meta/recipes-multimedia/speex/speex_1.2rc1.bb
+++ b/meta/recipes-multimedia/speex/speex_1.2rc1.bb
@@ -18,6 +18,6 @@ PARALLEL_MAKE = ""
 
 inherit autotools pkgconfig lib_package
 
-EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \
-                 --disable-float-api --disable-vbr \
+EXTRA_OECONF = " --with-ogg-libraries=${STAGING_LIBDIR} \
+                 --enable-float-api --disable-vbr \
                  --with-ogg-includes=${STAGING_INCDIR} --disable-oggtest"
-- 
1.7.9.5




More information about the Openembedded-core mailing list