summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/speex.in5
-rw-r--r--rules/speex.make2
2 files changed, 1 insertions, 6 deletions
diff --git a/rules/speex.in b/rules/speex.in
index 7ed3b836f..0629947b1 100644
--- a/rules/speex.in
+++ b/rules/speex.in
@@ -17,11 +17,6 @@ config SPEEX_FIXED_POINT
bool
prompt "use fixed point"
-config SPEEX_FIXED_POINT_DEBUG
- bool
- depends on SPEEX_FIXED_POINT
- prompt "fixed point debugging"
-
config SPEEX_FLOAT_API
bool
prompt "enable float api"
diff --git a/rules/speex.make b/rules/speex.make
index b3cdfec6e..cdc34abbd 100644
--- a/rules/speex.make
+++ b/rules/speex.make
@@ -43,7 +43,7 @@ SPEEX_CONF_OPT := \
--disable-oggtest \
--disable-valgrind \
--$(call ptx/endis, PTXCONF_SPEEX_FIXED_POINT)-fixed-point \
- --$(call ptx/endis, PTXCONF_SPEEX_FIXED_POINT_DEBUG)-fixed-point-debug \
+ --disable-fixed-point-debug \
--$(call ptx/endis, PTXCONF_SPEEX_FLOAT_API)-float-api \
--$(call ptx/endis, PTXCONF_SPEEX_VBR)-vbr \
--disable-ti-c55x \