diff options
Diffstat (limited to 'apps/codecs/libspeex/gain_table_lbr.c')
-rw-r--r-- | apps/codecs/libspeex/gain_table_lbr.c | 4 |
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 @@ POSSIBILITY OF SUCH DAMAGE. */ -const signed char gain_cdbk_lbr[128] = { +#include "config-speex.h" + +const signed char gain_cdbk_lbr[128] ICONST_ATTR = { -32, -32, -32, 0, -31, -58, -16, 22, -41, -24, -43, 14, |