diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-02-16 19:33:19 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-02-16 19:33:19 +0000 |
| commit | aa97e4d4981d61808a558c5ab36be6d3bcc2c4f6 (patch) | |
| tree | a66b2fcd87f37b26e2d4f360e6c2a9db53eb1b5b /apps/codecs/libFLAC/README.rockbox | |
| parent | 9b32a1988f848145d96ba2be8cba86e837196df3 (diff) | |
| download | rockbox-aa97e4d4981d61808a558c5ab36be6d3bcc2c4f6.zip rockbox-aa97e4d4981d61808a558c5ab36be6d3bcc2c4f6.tar.gz rockbox-aa97e4d4981d61808a558c5ab36be6d3bcc2c4f6.tar.bz2 rockbox-aa97e4d4981d61808a558c5ab36be6d3bcc2c4f6.tar.xz | |
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.rockbox | 25 |
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 0000000..5c0c5ec --- /dev/null +++ b/apps/codecs/libFLAC/README.rockbox @@ -0,0 +1,25 @@ +Library: libFLAC-1.1.2 (Released 2005-02-05) +Imported: 2005-02-16 by Dave Chapman + + +This directory contains a local version of libFLAC for use by Rockbox +for software decoding and encoding of FLAC files. + + +LICENSING INFORMATION + +libFLAC (which is only one part of the FLAC distribution) is +distributed under Xiph.Org's BSD-like license - see the files AUTHORS +and COPYING.Xiph in this directory for details. + + +IMPORT DETAILS + +The base version first imported into Rockbox was the libFLAC included +in the flac-1.1.2.tar.gz distribution, downloaded on 2005-02-06 from +Sourceforge. + +The contents of the flac-1.1.2/src/libFLAC directory (minus the +autoconf/automake files and ia32/ppc specific subdirectories) was +imported, along with the contents of the flac-1.2.2/include/FLAC +directory, which was moved into existing libFLAC/include directory. |