Fix define name.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29947 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4097f44c5e
commit
927361b4ae
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue