summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmavoice/README.rockbox
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmavoice/README.rockbox')
-rw-r--r--apps/codecs/libwmavoice/README.rockbox23
1 files changed, 23 insertions, 0 deletions
diff --git a/apps/codecs/libwmavoice/README.rockbox b/apps/codecs/libwmavoice/README.rockbox
new file mode 100644
index 0000000000..4a21a9618b
--- /dev/null
+++ b/apps/codecs/libwmavoice/README.rockbox
@@ -0,0 +1,23 @@
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 comile standalone. The decoder isn't still used in
18rockbox in anyway.
19
20COMPILING
21
22the decoder can be compiled by issuing the "make" command from witin the
23libwmavoice directory in any unix-line environment.