Displaying 1 result from an estimated 1 matches for "911ddc0c58b6".
2015 Nov 03
1
[PATCH] Suppress generation of comb_filter_const_c when not used; avoid warning.
---
celt/celt.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/celt/celt.c b/celt/celt.c
index 40c62ce..b121c51 100644
--- a/celt/celt.c
+++ b/celt/celt.c
@@ -89,6 +89,7 @@ int resampling_factor(opus_int32 rate)
return ret;
}
+#if !defined(OVERRIDE_COMB_FILTER_CONST) || defined(NON_STATIC_COMB_FILTER_CONST_C)
/* This version should be faster on ARM */
#ifdef OPUS_ARM_ASM
#ifndef