summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/gain_table_lbr.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/gain_table_lbr.c')
-rw-r--r--apps/codecs/libspeex/gain_table_lbr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/gain_table_lbr.c b/apps/codecs/libspeex/gain_table_lbr.c
index 3c1c3dba99..b97045b078 100644
--- a/apps/codecs/libspeex/gain_table_lbr.c
+++ b/apps/codecs/libspeex/gain_table_lbr.c
@@ -29,7 +29,9 @@
29 POSSIBILITY OF SUCH DAMAGE. 29 POSSIBILITY OF SUCH DAMAGE.
30*/ 30*/
31 31
32const signed char gain_cdbk_lbr[128] = { 32#include "config-speex.h"
33
34const signed char gain_cdbk_lbr[128] ICONST_ATTR = {
33-32, -32, -32, 0, 35-32, -32, -32, 0,
34-31, -58, -16, 22, 36-31, -58, -16, 22,
35-41, -24, -43, 14, 37-41, -24, -43, 14,