summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/libspeex/sb_celp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/sb_celp.c b/apps/codecs/libspeex/sb_celp.c
index 192c873d9e..b12ca71f4b 100644
--- a/apps/codecs/libspeex/sb_celp.c
+++ b/apps/codecs/libspeex/sb_celp.c
@@ -750,7 +750,7 @@ int sb_encode(void *state, void *vin, SpeexBits *bits)
750 750
751static SBDecState global_decstate_wb IBSS_ATTR; 751static SBDecState global_decstate_wb IBSS_ATTR;
752/* Do not include this for voice codec, files will never be UWB */ 752/* Do not include this for voice codec, files will never be UWB */
753#ifndef SPEEX_ROCKBOX_VOICE_CODEC 753#ifndef ROCKBOX_VOICE_CODEC
754static SBDecState global_decstate_uwb IBSS_ATTR; 754static SBDecState global_decstate_uwb IBSS_ATTR;
755#endif 755#endif
756 756