summaryrefslogtreecommitdiff
path: root/apps/codecs/libFLAC/README.rockbox
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-02-16 19:33:19 +0000
committerDave Chapman <dave@dchapman.com>2005-02-16 19:33:19 +0000
commitaa97e4d4981d61808a558c5ab36be6d3bcc2c4f6 (patch)
treea66b2fcd87f37b26e2d4f360e6c2a9db53eb1b5b /apps/codecs/libFLAC/README.rockbox
parent9b32a1988f848145d96ba2be8cba86e837196df3 (diff)
downloadrockbox-aa97e4d4981d61808a558c5ab36be6d3bcc2c4f6.tar.gz
rockbox-aa97e4d4981d61808a558c5ab36be6d3bcc2c4f6.zip
Initial import of libFLAC from flac-1.1.2.tar.gz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5983 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libFLAC/README.rockbox')
-rw-r--r--apps/codecs/libFLAC/README.rockbox25
1 files changed, 25 insertions, 0 deletions
diff --git a/apps/codecs/libFLAC/README.rockbox b/apps/codecs/libFLAC/README.rockbox
new file mode 100644
index 0000000000..5c0c5ecc2c
--- /dev/null
+++ b/apps/codecs/libFLAC/README.rockbox
@@ -0,0 +1,25 @@
1Library: libFLAC-1.1.2 (Released 2005-02-05)
2Imported: 2005-02-16 by Dave Chapman
3
4
5This directory contains a local version of libFLAC for use by Rockbox
6for software decoding and encoding of FLAC files.
7
8
9LICENSING INFORMATION
10
11libFLAC (which is only one part of the FLAC distribution) is
12distributed under Xiph.Org's BSD-like license - see the files AUTHORS
13and COPYING.Xiph in this directory for details.
14
15
16IMPORT DETAILS
17
18The base version first imported into Rockbox was the libFLAC included
19in the flac-1.1.2.tar.gz distribution, downloaded on 2005-02-06 from
20Sourceforge.
21
22The contents of the flac-1.1.2/src/libFLAC directory (minus the
23autoconf/automake files and ia32/ppc specific subdirectories) was
24imported, along with the contents of the flac-1.2.2/include/FLAC
25directory, which was moved into existing libFLAC/include directory.