diff options
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/libspeex/sb_celp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/sb_celp.c b/apps/codecs/libspeex/sb_celp.c index 192c873..b12ca71 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) static SBDecState global_decstate_wb IBSS_ATTR; /* Do not include this for voice codec, files will never be UWB */ -#ifndef SPEEX_ROCKBOX_VOICE_CODEC +#ifndef ROCKBOX_VOICE_CODEC static SBDecState global_decstate_uwb IBSS_ATTR; #endif |