Add a patch file in libwmapro to make it easier to add the library and the decoder...
[kugel-rb.git] / apps / codecs / libwmapro / README.rockbox
blob09c54b48c6a207f1eaac29182bb7e1fdd2a58c82
1 Library: libwmapro
2 Imported: 2010-04-30 by Mohamed Tarek
4 This set of files form the files needed from ffmpeg's libavcodec and libavutil
5 to build a standalone wma professional decoder.
7 LICENSING INFORMATION
9 ffmpeg is licensed under the Lesser GNU General Public License and the file
10 wmaprodec.c is copyright (c) 2007 Baptiste Coudurier, Benjamin Larsson, Ulion
11 and copyright (c) 2008 - 2009 Sascha Sommer, Benjamin Larsson.
13 IMPORT DETAILS
15 Based on ffmpeg svn r22886 dated 15 April 2010.
17 Currently, the files contain minimal changes from their original state in order
18 to be able to compile cleanly. 
20 COMPILING
22 At the time of this writing (21 June 2010) the decoder isn't still included in
23 the main build since it still only works in the simulator.
25 A patch is included that would enable building the library and the codec for
26 testing and development purposes.
28 To apply the patch, you should cd to libwmapro directory and then execute the 
29 following command :
30 patch -p 0 < wmapro_mainbuild.patch