summaryrefslogtreecommitdiff
path: root/apps/codecs/SOURCES
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/SOURCES
parentb056f0637cec56a88eeab7590a90f93848d24b36 (diff)
downloadrockbox-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
Diffstat (limited to 'apps/codecs/SOURCES')
-rw-r--r--apps/codecs/SOURCES6
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
10alac.c 10alac.c
11#endif 11#endif
12#if MEMORYSIZE > 2
13mpc.c 12mpc.c
14wma.c 13wma.c
15aac.c
16sid.c 14sid.c
17ape.c 15ape.c
18nsf.c 16nsf.c
19spc.c
20asap.c 17asap.c
18#if MEMORYSIZE > 2
19aac.c
20spc.c
21#endif 21#endif
22mod.c 22mod.c
23shorten.c 23shorten.c