summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/libspeex/sb_celp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/sb_celp.h b/apps/codecs/libspeex/sb_celp.h
index 86078ea33e..5a65d1ff8d 100644
--- a/apps/codecs/libspeex/sb_celp.h
+++ b/apps/codecs/libspeex/sb_celp.h
@@ -112,7 +112,7 @@ typedef struct SBDecState {
spx_word16_t g0_mem[64], g1_mem[64];
/* Voice codec files will be WB mode, which has sub frame size of 40 */
-#ifndef SPEEX_ROCKBOX_VOICE_CODEC
+#ifndef ROCKBOX_VOICE_CODEC
spx_word16_t excBuf[80];
#else
spx_word16_t excBuf[40];