vlc | branch: master | Rafaël Carré <[email protected]> | Sun Jan 29 01:43:18 2012 -0500| [083c69e0407255b5596b4cf3dc182f09f76a7d83] | committer: Rafaël Carré
speex: arm code is for fixed point only > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=083c69e0407255b5596b4cf3dc182f09f76a7d83 --- 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 99ff486..f426607 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
