rockbox/apps/codecs/libwmavoice/README.rockbox
Mohamed Tarek cda31811c3 add a patch to libwmavoice to make it easier to enable/disable building it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27763 a1c6a512-1295-4272-9138-f99709370657
2010-08-09 16:53:13 +00:00

27 lines
885 B
Text

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.
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