summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libwmavoice/README.rockbox
diff options
context:
space:
mode:
authorSean Bartell <wingedtachikoma@gmail.com>2011-06-25 21:32:25 -0400
committerNils Wallménius <nils@rockbox.org>2012-04-25 22:13:20 +0200
commitf40bfc9267b13b54e6379dfe7539447662879d24 (patch)
tree9b20069d5e62809ff434061ad730096836f916f2 /lib/rbcodec/codecs/libwmavoice/README.rockbox
parenta0009907de7a0107d49040d8a180f140e2eff299 (diff)
downloadrockbox-f40bfc9267b13b54e6379dfe7539447662879d24.tar.gz
rockbox-f40bfc9267b13b54e6379dfe7539447662879d24.zip
Add codecs to librbcodec.
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97 Reviewed-on: http://gerrit.rockbox.org/137 Reviewed-by: Nils Wallménius <nils@rockbox.org> Tested-by: Nils Wallménius <nils@rockbox.org>
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