summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libwmavoice/README.rockbox
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libwmavoice/README.rockbox')
-rw-r--r--lib/rbcodec/codecs/libwmavoice/README.rockbox26
1 files changed, 26 insertions, 0 deletions
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 @@
1Library: libwmavoice
2Imported: 2010-08-07 by Mohamed Tarek
3
4This set of files form the files needed from ffmpeg's libavcodec and libavutil
5to build a standalone wma voice decoder.
6
7LICENSING INFORMATION
8
9ffmpeg is licensed under the Lesser GNU General Public License and the file
10wmavoice.c is copyright (c) 2009 Ronald S. Bultje.
11
12IMPORT DETAILS
13
14Based on ffmpeg svn r24734 dated 7 August 2010.
15
16As of 7 August 2010, libwmavoice contains just the files from ffmpeg with
17minimum modifications to compile standalone.
18
19COMPILING
20
21the decoder can be compiled by issuing the "make" command from witin the
22libwmavoice directory in any unix-line environment.
23
24To test the decoder in the rockbox simulator, cd to libwmavoice directory then
25execute the following command to enable building wma voice:
26patch -p 0 < wmavoice_mainbuild.patch