1
0
Fork 0
forked from len0rd/rockbox

Might as well enable SPC so that all codecs build on the Clip. Not yet real time.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20782 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2009-04-25 04:10:50 +00:00
parent f5884fdeb6
commit 738824ccdd
2 changed files with 1 additions and 4 deletions

View file

@ -16,10 +16,7 @@ ape.c
nsf.c nsf.c
asap.c asap.c
aac.c aac.c
#if MEMORYSIZE > 2
spc.c spc.c
#endif
mod.c mod.c
shorten.c shorten.c
aiff.c aiff.c

View file

@ -47,7 +47,7 @@
/* TGB is the only target fast enough for gaussian and realtime BRR decode */ /* TGB is the only target fast enough for gaussian and realtime BRR decode */
/* echo is almost fast enough but not quite */ /* echo is almost fast enough but not quite */
#if defined(TOSHIBA_GIGABEAT_F) || defined(TOSHIBA_GIGABEAT_S) ||\ #if defined(TOSHIBA_GIGABEAT_F) || defined(TOSHIBA_GIGABEAT_S) ||\
defined(SIMULATOR) defined(SIMULATOR) || MEMORYSIZE <= 2
/* Don't cache BRR waves */ /* Don't cache BRR waves */
#define SPC_BRRCACHE 0 #define SPC_BRRCACHE 0