Commit 083c69e0 authored by Rafaël Carré's avatar Rafaël Carré

speex: arm code is for fixed point only

parent 5b55c4db
......@@ -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