summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmavoice/README.rockbox
diff options
context:
space:
mode:
authorMohamed Tarek <mt@rockbox.org>2010-08-07 13:06:05 +0000
committerMohamed Tarek <mt@rockbox.org>2010-08-07 13:06:05 +0000
commitfb26f52697f1bb215375b4acaa626ff36d8d4208 (patch)
tree8007ecfc48b7a70a866c07fcf0918b9c8f0e57f3 /apps/codecs/libwmavoice/README.rockbox
parente3a6610ae7d2dfa5e7a0393938bccec07baf5b75 (diff)
downloadrockbox-fb26f52697f1bb215375b4acaa626ff36d8d4208.zip
rockbox-fb26f52697f1bb215375b4acaa626ff36d8d4208.tar.gz
rockbox-fb26f52697f1bb215375b4acaa626ff36d8d4208.tar.bz2
rockbox-fb26f52697f1bb215375b4acaa626ff36d8d4208.tar.xz
Add missing files from ffmpeg, write a README.rockbox and a makefile.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27742 a1c6a512-1295-4272-9138-f99709370657
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 0000000..4a21a96
--- /dev/null
+++ b/apps/codecs/libwmavoice/README.rockbox
@@ -0,0 +1,23 @@
+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 comile standalone. The decoder isn't still used in
+rockbox in anyway.
+
+COMPILING
+
+the decoder can be compiled by issuing the "make" command from witin the
+libwmavoice directory in any unix-line environment.