summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
# ----------------------------------------------------------------------------