[vlc-devel] [PATCH] contrib: speexdsp: allow NEON on aarch64
Tristan Matthews
tmatth at videolan.org
Fri Jun 28 06:56:51 CEST 2019
Support was added in Speex 1.2.0
I would like to get some feedback from people who are targeting aarch64 before merging.
---
contrib/src/speexdsp/rules.mak | 4 ----
1 file changed, 4 deletions(-)
diff --git a/contrib/src/speexdsp/rules.mak b/contrib/src/speexdsp/rules.mak
index 5fa0974c39..2fad0ba3b7 100644
--- a/contrib/src/speexdsp/rules.mak
+++ b/contrib/src/speexdsp/rules.mak
@@ -18,10 +18,6 @@ speexdsp: speexdsp-$(SPEEXDSP_VERSION).tar.gz .sum-speexdsp
$(MOVE)
SPEEXDSP_CONF := --enable-resample-full-sinc-table --disable-examples
-ifeq ($(ARCH),aarch64)
-# old neon, not compatible with aarch64
-SPEEXDSP_CONF += --disable-neon
-endif
ifndef HAVE_NEON
SPEEXDSP_CONF += --disable-neon
endif
--
2.19.1
More information about the vlc-devel
mailing list