forked from len0rd/rockbox
Enable WMA, MPC, ASAP, NSF, APE, and SID playback on the Sansa clip as these codecs already fit into IRAM. SPC could be made to fit by changing BRRcache define, but without MMU I doubt it would be realtime anyway.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20780 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b056f0637c
commit
87b231c68c
1 changed files with 3 additions and 3 deletions
|
@ -9,15 +9,15 @@ wavpack.c
|
||||||
#ifndef RB_PROFILE
|
#ifndef RB_PROFILE
|
||||||
alac.c
|
alac.c
|
||||||
#endif
|
#endif
|
||||||
#if MEMORYSIZE > 2
|
|
||||||
mpc.c
|
mpc.c
|
||||||
wma.c
|
wma.c
|
||||||
aac.c
|
|
||||||
sid.c
|
sid.c
|
||||||
ape.c
|
ape.c
|
||||||
nsf.c
|
nsf.c
|
||||||
spc.c
|
|
||||||
asap.c
|
asap.c
|
||||||
|
#if MEMORYSIZE > 2
|
||||||
|
aac.c
|
||||||
|
spc.c
|
||||||
#endif
|
#endif
|
||||||
mod.c
|
mod.c
|
||||||
shorten.c
|
shorten.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue