Commit 68604554 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: disable speex NEON on aarch64

parent cbe9b209
......@@ -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)
......
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