summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-02-10 07:07:45 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-02-10 18:09:53 +0100
commitb593a7f71d4502a0a31d6f40c29c0b05d5fb9efb (patch)
tree2c711f09da599878092ac1d172d8ee125da81ff9
parentc226eecb662d35338979e17925f2d57620637409 (diff)
downloadptxdist-b593a7f71d4502a0a31d6f40c29c0b05d5fb9efb.tar.gz
ptxdist-b593a7f71d4502a0a31d6f40c29c0b05d5fb9efb.tar.xz
speex: vorbis-psy also needs smallft
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/speex.in4
-rw-r--r--rules/speex.make2
2 files changed, 5 insertions, 1 deletions
diff --git a/rules/speex.in b/rules/speex.in
index 3eaaa2ac2..6dfa7e641 100644
--- a/rules/speex.in
+++ b/rules/speex.in
@@ -34,6 +34,10 @@ config SPEEX_FFT_SMALLFT
bool
default SPEEXDSP_FFT_SMALLFT
+config SPEEX_VORBIS_PSY
+ bool
+ default !SPEEXDSP_FIXED_POINT && SPEEX_FFT_SMALLFT
+
config SPEEX_BINARIES
bool
diff --git a/rules/speex.make b/rules/speex.make
index fa8148220..b2cff6fb7 100644
--- a/rules/speex.make
+++ b/rules/speex.make
@@ -49,7 +49,7 @@ SPEEX_CONF_OPT := \
--$(call ptx/endis, PTXCONF_ARCH_BLACKFIN)-blackfin-asm \
--disable-fixed-point-debug \
--disable-ti-c55x \
- --$(call ptx/disen, PTXCONF_SPEEX_FIXED_POINT)-vorbis-psy \
+ --$(call ptx/endis, PTXCONF_SPEEX_VORBIS_PSY)-vorbis-psy \
--with-fft=$(SPEEX_FFT-y)
# ----------------------------------------------------------------------------