diff options
author | Michael Giacomelli <giac2000@hotmail.com> | 2009-04-25 03:16:13 +0000 |
---|---|---|
committer | Michael Giacomelli <giac2000@hotmail.com> | 2009-04-25 03:16:13 +0000 |
commit | 87b231c68ce71d247e87ab528b96b05d314357ce (patch) | |
tree | 339f2017cb0a57b94b7ed1b6f19577951528a882 | |
parent | b056f0637cec56a88eeab7590a90f93848d24b36 (diff) | |
download | rockbox-87b231c68ce71d247e87ab528b96b05d314357ce.tar.gz rockbox-87b231c68ce71d247e87ab528b96b05d314357ce.zip |
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
-rw-r--r-- | apps/codecs/SOURCES | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/codecs/SOURCES b/apps/codecs/SOURCES index f4036e26ed..670dc2e2e6 100644 --- a/apps/codecs/SOURCES +++ b/apps/codecs/SOURCES | |||
@@ -9,15 +9,15 @@ wavpack.c | |||
9 | #ifndef RB_PROFILE | 9 | #ifndef RB_PROFILE |
10 | alac.c | 10 | alac.c |
11 | #endif | 11 | #endif |
12 | #if MEMORYSIZE > 2 | ||
13 | mpc.c | 12 | mpc.c |
14 | wma.c | 13 | wma.c |
15 | aac.c | ||
16 | sid.c | 14 | sid.c |
17 | ape.c | 15 | ape.c |
18 | nsf.c | 16 | nsf.c |
19 | spc.c | ||
20 | asap.c | 17 | asap.c |
18 | #if MEMORYSIZE > 2 | ||
19 | aac.c | ||
20 | spc.c | ||
21 | #endif | 21 | #endif |
22 | mod.c | 22 | mod.c |
23 | shorten.c | 23 | shorten.c |