summaryrefslogtreecommitdiff
path: root/apps/codecs/libffmpegFLAC/README
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-10-26 12:35:58 +0000
committerDave Chapman <dave@dchapman.com>2005-10-26 12:35:58 +0000
commit273d2e81f72c7721447ab9c539877f6712faaecc (patch)
tree79c66b0b699ca65ac2cc2369cd5bbed764c35a4b /apps/codecs/libffmpegFLAC/README
parent48be8e6a8b45fa16380af97829ba944430a78f17 (diff)
downloadrockbox-273d2e81f72c7721447ab9c539877f6712faaecc.zip
rockbox-273d2e81f72c7721447ab9c539877f6712faaecc.tar.gz
rockbox-273d2e81f72c7721447ab9c539877f6712faaecc.tar.bz2
rockbox-273d2e81f72c7721447ab9c539877f6712faaecc.tar.xz
New FLAC decoder from the ffmpeg project
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7656 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libffmpegFLAC/README')
-rw-r--r--apps/codecs/libffmpegFLAC/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/codecs/libffmpegFLAC/README b/apps/codecs/libffmpegFLAC/README
new file mode 100644
index 0000000..9bc0f6e
--- /dev/null
+++ b/apps/codecs/libffmpegFLAC/README
@@ -0,0 +1,19 @@
+FFmpeg README
+-------------
+
+1) Documentation
+----------------
+
+* Read the documentation in the doc/ directory.
+
+2) Licensing
+------------
+
+* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
+ liba52 and libpostproc are licensed under the Lesser GNU General
+ Public License.
+
+* liba52 and libpostproc are distributed under the GNU General Public
+ License and their compilation and use is optional in ffmpeg.
+
+Fabrice Bellard. \ No newline at end of file