From f40bfc9267b13b54e6379dfe7539447662879d24 Mon Sep 17 00:00:00 2001 From: Sean Bartell Date: Sat, 25 Jun 2011 21:32:25 -0400 Subject: Add codecs to librbcodec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97 Reviewed-on: http://gerrit.rockbox.org/137 Reviewed-by: Nils Wallménius Tested-by: Nils Wallménius --- lib/rbcodec/codecs/libwmavoice/README.rockbox | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 lib/rbcodec/codecs/libwmavoice/README.rockbox (limited to 'lib/rbcodec/codecs/libwmavoice/README.rockbox') diff --git a/lib/rbcodec/codecs/libwmavoice/README.rockbox b/lib/rbcodec/codecs/libwmavoice/README.rockbox new file mode 100644 index 0000000000..8115619bf0 --- /dev/null +++ b/lib/rbcodec/codecs/libwmavoice/README.rockbox @@ -0,0 +1,26 @@ +Library: libwmavoice +Imported: 2010-08-07 by Mohamed Tarek + +This set of files form the files needed from ffmpeg's libavcodec and libavutil +to build a standalone wma voice decoder. + +LICENSING INFORMATION + +ffmpeg is licensed under the Lesser GNU General Public License and the file +wmavoice.c is copyright (c) 2009 Ronald S. Bultje. + +IMPORT DETAILS + +Based on ffmpeg svn r24734 dated 7 August 2010. + +As of 7 August 2010, libwmavoice contains just the files from ffmpeg with +minimum modifications to compile standalone. + +COMPILING + +the decoder can be compiled by issuing the "make" command from witin the +libwmavoice directory in any unix-line environment. + +To test the decoder in the rockbox simulator, cd to libwmavoice directory then +execute the following command to enable building wma voice: +patch -p 0 < wmavoice_mainbuild.patch -- cgit v1.2.3