summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/README.rockbox
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmapro/README.rockbox')
-rw-r--r--apps/codecs/libwmapro/README.rockbox33
1 files changed, 33 insertions, 0 deletions
diff --git a/apps/codecs/libwmapro/README.rockbox b/apps/codecs/libwmapro/README.rockbox
new file mode 100644
index 0000000000..9b6e7d7507
--- /dev/null
+++ b/apps/codecs/libwmapro/README.rockbox
@@ -0,0 +1,33 @@
1Library: libwmapro
2Imported: 2010-04-30 by Mohamed Tarek
3
4This set of files form the files needed from ffmpeg's libavcodec and libavutil
5to build a standalone wma professional decoder.
6
7LICENSING INFORMATION
8
9ffmpeg is licensed under the Lesser GNU General Public License and the file
10wmaprodec.c is copyright (c) 2007 Baptiste Coudurier, Benjamin Larsson, Ulion
11and copyright (c) 2008 - 2009 Sascha Sommer, Benjamin Larsson.
12
13IMPORT DETAILS
14
15Based on ffmpeg svn r228866 dated 15 April 2010.
16
17Currently, the files contain minimal changes from their original state in order
18to be able to compile cleanly.
19
20The file wmaprodec.c contains a main function that is just a stub to make sure
21linking is done properly and without errors.
22
23COMPILING
24
25A make file is included that would compile and link the files when the "make"
26command is executed without arguments in any Unix-like environment.
27
28The file porduces an output binary called "test" that, as of now (30 April 2010)
29, is still useless.
30
31To clean the compiler output and retain just the source code, the following
32command should be executed:
33make clean