[vlc-commits] Contribs: disable speex NEON on aarch64

Jean-Baptiste Kempf git at videolan.org
Mon Oct 27 20:12:34 CET 2014


vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Oct 27 19:54:28 2014 +0100| [7f1c70d57033a66422f50648cd8e1e5ae06b86e9] | committer: Jean-Baptiste Kempf

Contribs: disable speex NEON on aarch64

(cherry picked from commit 6860455438177ba8669a2d0738bdd9503abc5cb5)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=7f1c70d57033a66422f50648cd8e1e5ae06b86e9
---

 contrib/src/speex/rules.mak |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/src/speex/rules.mak b/contrib/src/speex/rules.mak
index f9ff8d9..fd90cde 100644
--- a/contrib/src/speex/rules.mak
+++ b/contrib/src/speex/rules.mak
@@ -34,6 +34,9 @@ ifeq ($(ARCH),arm)
 SPEEX_CONF += --enable-arm5e-asm
 endif
 endif
+ifeq ($(ARCH),aarch64)
+SPEEX_CONF += --disable-neon
+endif
 
 .speex: speex
 	mkdir -p $</m4 && $(RECONF)



More information about the vlc-commits mailing list