22 pixel high Nimbus-like font, containing only digits and the period; intended for...
[kugel-rb.git] / apps / codecs / libwmapro / README.rockbox
blobc33440f203bb61c2c6f752a068dfb72dce864b76
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 The file wmaprodec.c contains a main function that is just a stub to make sure 
21 linking is done properly and without errors.
23 COMPILING
25 A make file is included that would compile and link the files when the "make"
26 command is executed without arguments in any Unix-like environment.
28 The file porduces an output binary called "test" that, as of now (30 April 2010)
29 , is still useless. 
31 To clean the compiler output and retain just the source code, the following 
32 command should be executed:
33 make clean