summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor/README.rockbox
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2008-11-05 13:30:58 +0000
committerBjörn Stenberg <bjorn@haxx.se>2008-11-05 13:30:58 +0000
commit45bd7e024603ba47207e5cc64c61e4116e8f1261 (patch)
treecf789bb0ce99eb8b153c5445c535ef5c4e4ead62 /apps/codecs/libtremor/README.rockbox
parent7ec9ceeaaabb75adaa790b41eba6dec020232fa6 (diff)
downloadrockbox-45bd7e024603ba47207e5cc64c61e4116e8f1261.tar.gz
rockbox-45bd7e024603ba47207e5cc64c61e4116e8f1261.zip
Codec lib directories renamed, except for demac.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19018 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libtremor/README.rockbox')
-rw-r--r--apps/codecs/libtremor/README.rockbox17
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/codecs/libtremor/README.rockbox b/apps/codecs/libtremor/README.rockbox
new file mode 100644
index 0000000000..a4e141f6b3
--- /dev/null
+++ b/apps/codecs/libtremor/README.rockbox
@@ -0,0 +1,17 @@
1Library: Tremor-1.1.2 (Released 2002-05-17)
2Imported: 2005-02-16 by Marcoen Hirschberg
3
4This directory contains a local version of Tremor for use by Rockbox
5for software decoding of Ogg Vorbis files.
6
7LICENSING INFORMATION
8
9Tremor is distributed under Xiph.Org's BSD-like license - see the file COPYING
10in this directory for details.
11
12IMPORT DETAILS
13
14The base version first imported into Rockbox was the SVN version of
15Tremor-1.0.2 which was checked out on 2005-02-16.
16
17The autoconf/automake files were removed, as well as the doc and debian directories.