Commit ed0be777 authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

speex: arm code is for fixed point only

(cherry picked from commit 083c69e0)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent fd433550
......@@ -31,10 +31,10 @@ speex: speex-$(SPEEX_VERSION).tar.gz .sum-speex
CONFIG_OPTS := --without-ogg --enable-resample-full-sinc-table
ifndef HAVE_FPU
CONFIG_OPTS += --enable-fixed-point
endif
ifeq ($(ARCH),arm)
CONFIG_OPTS += --enable-arm5e-asm
endif
endif
.speex: speex
$(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