vlc/vlc-2.0 | branch: master | Rafaël Carré <[email protected]> | Sun Jan 29 01:43:18 2012 -0500| [ed0be777aae933a978be75b6471741c887497ad1] | committer: Jean-Baptiste Kempf
speex: arm code is for fixed point only (cherry picked from commit 083c69e0407255b5596b4cf3dc182f09f76a7d83) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=ed0be777aae933a978be75b6471741c887497ad1 --- contrib/src/speex/rules.mak | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/contrib/src/speex/rules.mak b/contrib/src/speex/rules.mak index 3f8979d..1bb9402 100644 --- a/contrib/src/speex/rules.mak +++ b/contrib/src/speex/rules.mak @@ -31,10 +31,10 @@ speex: speex-$(SPEEX_VERSION).tar.gz .sum-speex CONFIG_OPTS := --without-ogg --enable-resample-full-sinc-table ifndef HAVE_FPU CONFIG_OPTS += --enable-fixed-point -endif ifeq ($(ARCH),arm) CONFIG_OPTS += --enable-arm5e-asm endif +endif .speex: speex $(RECONF) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
