summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-10-31 20:33:27 +0000
committerDave Chapman <dave@dchapman.com>2005-10-31 20:33:27 +0000
commit798a4f3533cc63be2b313797bd4be5d53bda8fb9 (patch)
tree0e2b8bdeff50b3d0a1cbe73c591f97ef73179b65 /apps/codecs/libfaad/SOURCES
parent65de1cc6af31f547bd36d320f09cbcc6e6975421 (diff)
downloadrockbox-798a4f3533cc63be2b313797bd4be5d53bda8fb9.zip
rockbox-798a4f3533cc63be2b313797bd4be5d53bda8fb9.tar.gz
rockbox-798a4f3533cc63be2b313797bd4be5d53bda8fb9.tar.bz2
rockbox-798a4f3533cc63be2b313797bd4be5d53bda8fb9.tar.xz
Changes to make libfaad compile in Rockbox. Also remove compiler warnings, use some IRAM (IRAM usage needs reviewing) and drastically reduce the stack usage
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7700 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libfaad/SOURCES')
-rw-r--r--apps/codecs/libfaad/SOURCES35
1 files changed, 35 insertions, 0 deletions
diff --git a/apps/codecs/libfaad/SOURCES b/apps/codecs/libfaad/SOURCES
new file mode 100644
index 0000000..4c7a34d
--- /dev/null
+++ b/apps/codecs/libfaad/SOURCES
@@ -0,0 +1,35 @@
+bits.c
+cfft.c
+common.c
+decoder.c
+drc.c
+drm_dec.c
+error.c
+filtbank.c
+hcr.c
+huffman.c
+ic_predict.c
+is.c
+lt_predict.c
+mdct.c
+mp4.c
+ms.c
+output.c
+pns.c
+ps_dec.c
+ps_syntax.c
+pulse.c
+rvlc.c
+sbr_dct.c
+sbr_dec.c
+sbr_e_nf.c
+sbr_fbt.c
+sbr_hfadj.c
+sbr_hfgen.c
+sbr_huff.c
+sbr_qmf.c
+sbr_syntax.c
+sbr_tf_grid.c
+specrec.c
+syntax.c
+tns.c