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.rockbox17
1 files changed, 7 insertions, 10 deletions
diff --git a/apps/codecs/libwmapro/README.rockbox b/apps/codecs/libwmapro/README.rockbox
index c33440f203..09c54b48c6 100644
--- a/apps/codecs/libwmapro/README.rockbox
+++ b/apps/codecs/libwmapro/README.rockbox
@@ -17,17 +17,14 @@ Based on ffmpeg svn r22886 dated 15 April 2010.
17Currently, the files contain minimal changes from their original state in order 17Currently, the files contain minimal changes from their original state in order
18to be able to compile cleanly. 18to be able to compile cleanly.
19 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 20COMPILING
24 21
25A make file is included that would compile and link the files when the "make" 22At the time of this writing (21 June 2010) the decoder isn't still included in
26command is executed without arguments in any Unix-like environment. 23the main build since it still only works in the simulator.
27 24
28The file porduces an output binary called "test" that, as of now (30 April 2010) 25A patch is included that would enable building the library and the codec for
29, is still useless. 26testing and development purposes.
30 27
31To clean the compiler output and retain just the source code, the following 28To apply the patch, you should cd to libwmapro directory and then execute the
32command should be executed: 29following command :
33make clean 30patch -p 0 < wmapro_mainbuild.patch