summaryrefslogtreecommitdiffstats
path: root/apps/codecs/SOURCES
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2009-04-25 03:51:58 +0000
committerMichael Giacomelli <giac2000@hotmail.com>2009-04-25 03:51:58 +0000
commitf5884fdeb6252c77973d0f08ee952bb981f6678c (patch)
treecea52389f31d0554fae974119268088ac4b29104 /apps/codecs/SOURCES
parent87b231c68ce71d247e87ab528b96b05d314357ce (diff)
downloadrockbox-f5884fdeb6252c77973d0f08ee952bb981f6678c.tar.gz
rockbox-f5884fdeb6252c77973d0f08ee952bb981f6678c.zip
Disable AAC-SBR, AAC-SSR, and AAC-PS on Sansa clip. Clean up warnings introduced by this. Enable compiling the AAC codec on the Clip. Due to lack of memory for seek tables, files over 10 minutes long or so will probably fail.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20781 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/SOURCES')
-rw-r--r--apps/codecs/SOURCES3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/SOURCES b/apps/codecs/SOURCES
index 670dc2e2e6..5dc7f31c56 100644
--- a/apps/codecs/SOURCES
+++ b/apps/codecs/SOURCES
@@ -15,8 +15,9 @@ sid.c
ape.c
nsf.c
asap.c
-#if MEMORYSIZE > 2
aac.c
+
+#if MEMORYSIZE > 2
spc.c
#endif
mod.c