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.tar.gz
rockbox-798a4f3533cc63be2b313797bd4be5d53bda8fb9.zip
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 0000000000..4c7a34d210
--- /dev/null
+++ b/apps/codecs/libfaad/SOURCES
@@ -0,0 +1,35 @@
1bits.c
2cfft.c
3common.c
4decoder.c
5drc.c
6drm_dec.c
7error.c
8filtbank.c
9hcr.c
10huffman.c
11ic_predict.c
12is.c
13lt_predict.c
14mdct.c
15mp4.c
16ms.c
17output.c
18pns.c
19ps_dec.c
20ps_syntax.c
21pulse.c
22rvlc.c
23sbr_dct.c
24sbr_dec.c
25sbr_e_nf.c
26sbr_fbt.c
27sbr_hfadj.c
28sbr_hfgen.c
29sbr_huff.c
30sbr_qmf.c
31sbr_syntax.c
32sbr_tf_grid.c
33specrec.c
34syntax.c
35tns.c