summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/hexc_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/hexc_table.c')
-rw-r--r--apps/codecs/libspeex/hexc_table.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/hexc_table.c b/apps/codecs/libspeex/hexc_table.c
index 268408a8d4..98893f9a23 100644
--- a/apps/codecs/libspeex/hexc_table.c
+++ b/apps/codecs/libspeex/hexc_table.c
@@ -30,7 +30,9 @@
30 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31*/ 31*/
32 32
33const signed char hexc_table[1024] = { 33#include "config-speex.h"
34
35const signed char hexc_table[1024] ICONST_ATTR = {
34-24, 21, -20, 5, -5, -7, 14, -10, 36-24, 21, -20, 5, -5, -7, 14, -10,
352, -27, 16, -20, 0, -32, 26, 19, 372, -27, 16, -20, 0, -32, 26, 19,
368, -11, -41, 31, 28, -27, -32, 34, 388, -11, -41, 31, 28, -27, -32, 34,