From 273d2e81f72c7721447ab9c539877f6712faaecc Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 26 Oct 2005 12:35:58 +0000 Subject: New FLAC decoder from the ffmpeg project git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7656 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libffmpegFLAC/README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 apps/codecs/libffmpegFLAC/README (limited to 'apps/codecs/libffmpegFLAC/README') 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 -- cgit v1.1