Fix define name.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29947 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2011-06-02 15:25:50 +00:00
parent 4097f44c5e
commit 927361b4ae

View file

@ -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];