Commit 9cf85e3a authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf

contrib: speexdsp: disable neon on aarch64

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c99b7dc8
...@@ -23,6 +23,10 @@ speexdsp: speexdsp-$(SPEEXDSP_VERSION).tar.gz .sum-speexdsp ...@@ -23,6 +23,10 @@ speexdsp: speexdsp-$(SPEEXDSP_VERSION).tar.gz .sum-speexdsp
$(MOVE) $(MOVE)
SPEEXDSP_CONF := --enable-resample-full-sinc-table SPEEXDSP_CONF := --enable-resample-full-sinc-table
ifeq ($(ARCH),aarch64)
# old neon, not compatible with aarch64
SPEEXDSP_CONF += --disable-neon
endif
ifndef HAVE_FPU ifndef HAVE_FPU
SPEEXDSP_CONF += --enable-fixed-point SPEEXDSP_CONF += --enable-fixed-point
ifeq ($(ARCH),arm) ifeq ($(ARCH),arm)
......
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