summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/gain_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/gain_table.c')
-rw-r--r--apps/codecs/libspeex/gain_table.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/gain_table.c b/apps/codecs/libspeex/gain_table.c
index 00b8244259..7d222450e1 100644
--- a/apps/codecs/libspeex/gain_table.c
+++ b/apps/codecs/libspeex/gain_table.c
@@ -29,7 +29,9 @@
29 POSSIBILITY OF SUCH DAMAGE. 29 POSSIBILITY OF SUCH DAMAGE.
30*/ 30*/
31 31
32const signed char gain_cdbk_nb[512] = { 32#include "config-speex.h"
33
34const signed char gain_cdbk_nb[512] ICONST_ATTR = {
33-32, -32, -32, 0, 35-32, -32, -32, 0,
34-28, -67, -5, 33, 36-28, -67, -5, 33,
35-42, -6, -32, 18, 37-42, -6, -32, 18,