Skip to content
Snippets Groups Projects
Commit 68604554 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Contribs: disable speex NEON on aarch64

parent cbe9b209
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment