Commit b486cba4 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>
(cherry picked from commit 9cf85e3ab92718d8a9ec661cd671b7e7a4289d58)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 838054b7
...@@ -23,7 +23,8 @@ speexdsp: speexdsp-$(SPEEXDSP_VERSION).tar.gz .sum-speexdsp ...@@ -23,7 +23,8 @@ speexdsp: speexdsp-$(SPEEXDSP_VERSION).tar.gz .sum-speexdsp
$(MOVE) $(MOVE)
SPEEXDSP_CONF := --enable-resample-full-sinc-table --disable-examples SPEEXDSP_CONF := --enable-resample-full-sinc-table --disable-examples
ifndef HAVE_NEON ifeq ($(ARCH),aarch64)
# old neon, not compatible with aarch64
SPEEXDSP_CONF += --disable-neon SPEEXDSP_CONF += --disable-neon
endif endif
ifndef HAVE_NEON ifndef HAVE_NEON
......
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