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

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


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

Contribs: disable speex NEON on aarch64

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6860455438177ba8669a2d0738bdd9503abc5cb5
---

 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