summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libspeex/config-speex.h
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2007-11-24 21:29:46 +0000
committerThom Johansen <thomj@rockbox.org>2007-11-24 21:29:46 +0000
commitd2ab6686794dda7fbfab8c33931a0fe0b39e0d01 (patch)
tree0a06f7293c7e4310e61bd695ca4d36543ed572d5 /apps/codecs/libspeex/config-speex.h
parent40f2427192670db00abdfebd8690cb663693a831 (diff)
downloadrockbox-d2ab6686794dda7fbfab8c33931a0fe0b39e0d01.tar.gz
rockbox-d2ab6686794dda7fbfab8c33931a0fe0b39e0d01.zip
Move some stuff out of IRAM for the voice decoder.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15796 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libspeex/config-speex.h')
-rw-r--r--apps/codecs/libspeex/config-speex.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/codecs/libspeex/config-speex.h b/apps/codecs/libspeex/config-speex.h
index db15948330..fc2d4b9475 100644
--- a/apps/codecs/libspeex/config-speex.h
+++ b/apps/codecs/libspeex/config-speex.h
@@ -51,8 +51,14 @@
#ifndef ROCKBOX_VOICE_CODEC
#define EXC_ICONST_ATTR ICONST_ATTR
+#define GAIN_ICONST_ATTR ICONST_ATTR
+#define HEXC_ICONST_ATTR ICONST_ATTR
+#define LSP_ICONST_ATTR ICONST_ATTR
#else
#define EXC_ICONST_ATTR
+#define GAIN_ICONST_ATTR
+#define HEXC_ICONST_ATTR
+#define LSP_ICONST_ATTR
#endif
/* Define to 1 if you have the <dlfcn.h> header file. */