Commit 7f1c70d5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: disable speex NEON on aarch64

(cherry picked from commit 6860455438177ba8669a2d0738bdd9503abc5cb5)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 5ff6bda6
...@@ -34,6 +34,9 @@ ifeq ($(ARCH),arm) ...@@ -34,6 +34,9 @@ ifeq ($(ARCH),arm)
SPEEX_CONF += --enable-arm5e-asm SPEEX_CONF += --enable-arm5e-asm
endif endif
endif endif
ifeq ($(ARCH),aarch64)
SPEEX_CONF += --disable-neon
endif
.speex: speex .speex: speex
mkdir -p $</m4 && $(RECONF) mkdir -p $</m4 && $(RECONF)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment