git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c99b7dc
)
contrib: speexdsp: disable neon on aarch64
author
Thomas Guillem
<tom@gllm.fr>
Fri, 10 Oct 2014 07:44:18 +0000
(09:44 +0200)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Fri, 10 Oct 2014 08:43:29 +0000
(10:43 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
contrib/src/speexdsp/rules.mak
patch
|
blob
|
history
diff --git
a/contrib/src/speexdsp/rules.mak
b/contrib/src/speexdsp/rules.mak
index
7a2bc80
..
e87bd02
100644
(file)
--- a/
contrib/src/speexdsp/rules.mak
+++ b/
contrib/src/speexdsp/rules.mak
@@
-23,6
+23,10
@@
speexdsp: speexdsp-$(SPEEXDSP_VERSION).tar.gz .sum-speexdsp
$(MOVE)
SPEEXDSP_CONF := --enable-resample-full-sinc-table
+ifeq ($(ARCH),aarch64)
+# old neon, not compatible with aarch64
+SPEEXDSP_CONF += --disable-neon
+endif
ifndef HAVE_FPU
SPEEXDSP_CONF += --enable-fixed-point
ifeq ($(ARCH),arm)