summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/README.rockbox
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/README.rockbox
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/README.rockbox')
-rw-r--r--apps/codecs/libfaad/README.rockbox19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/codecs/libfaad/README.rockbox b/apps/codecs/libfaad/README.rockbox
new file mode 100644
index 0000000000..5b70f231ba
--- /dev/null
+++ b/apps/codecs/libfaad/README.rockbox
@@ -0,0 +1,19 @@
1Library: libfaad (FAAD2)
2Imported: 2005-10-31 by Dave Chapman
3
4This directory contains the libfaad library from the FAAD2 project.
5
6LICENSING INFORMATION
7
8FAAD2 is licensed under the GNU General Public License and is
9Copyright (C) 2003 M. Bakker (mbakker(at)nero.com), Ahead Software AG
10
11IMPORT DETAILS
12
13The decoder is based on the CVS version of libfaad from 2 February 2005.
14
15A non GPL compatible clause was added to the license as part of the
16CVS commit on 2 February 2005 - so we are not able to use later
17versions of that project in Rockbox.
18
19