summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2009-04-25 03:16:13 +0000
committerMichael Giacomelli <giac2000@hotmail.com>2009-04-25 03:16:13 +0000
commit87b231c68ce71d247e87ab528b96b05d314357ce (patch)
tree339f2017cb0a57b94b7ed1b6f19577951528a882 /apps/codecs
parentb056f0637cec56a88eeab7590a90f93848d24b36 (diff)
downloadrockbox-87b231c68ce71d247e87ab528b96b05d314357ce.zip
rockbox-87b231c68ce71d247e87ab528b96b05d314357ce.tar.gz
rockbox-87b231c68ce71d247e87ab528b96b05d314357ce.tar.bz2
rockbox-87b231c68ce71d247e87ab528b96b05d314357ce.tar.xz
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
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/SOURCES6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/codecs/SOURCES b/apps/codecs/SOURCES
index f4036e2..670dc2e 100644
--- a/apps/codecs/SOURCES
+++ b/apps/codecs/SOURCES
@@ -9,15 +9,15 @@ wavpack.c
#ifndef RB_PROFILE
alac.c
#endif
-#if MEMORYSIZE > 2
mpc.c
wma.c
-aac.c
sid.c
ape.c
nsf.c
-spc.c
asap.c
+#if MEMORYSIZE > 2
+aac.c
+spc.c
#endif
mod.c
shorten.c