summaryrefslogtreecommitdiff
path: root/apps/codecs/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-10-31 20:56:29 +0000
committerDave Chapman <dave@dchapman.com>2005-10-31 20:56:29 +0000
commitcea6d0c92f56cbd38ac8b480a9ea187d41bf55dd (patch)
tree359debf3efc31dfe1ba0dd29a028c4f789c16859 /apps/codecs/SOURCES
parent407be69b8c9e905a2720bd402e9449b28103f57b (diff)
downloadrockbox-cea6d0c92f56cbd38ac8b480a9ea187d41bf55dd.zip
rockbox-cea6d0c92f56cbd38ac8b480a9ea187d41bf55dd.tar.gz
rockbox-cea6d0c92f56cbd38ac8b480a9ea187d41bf55dd.tar.bz2
rockbox-cea6d0c92f56cbd38ac8b480a9ea187d41bf55dd.tar.xz
Initial check-in of AAC codec. Currently only recognises the .mp4 extension and is not yet capable of realtime operation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7706 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/SOURCES')
-rw-r--r--apps/codecs/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/SOURCES b/apps/codecs/SOURCES
index 14cf847..3ef2cd6 100644
--- a/apps/codecs/SOURCES
+++ b/apps/codecs/SOURCES
@@ -7,4 +7,5 @@ a52.c
mpc.c
wavpack.c
alac.c
+aac.c
#endif