diff options
| author | Mohamed Tarek <mt@rockbox.org> | 2010-06-21 12:38:08 +0000 |
|---|---|---|
| committer | Mohamed Tarek <mt@rockbox.org> | 2010-06-21 12:38:08 +0000 |
| commit | e481e887db23d634c8c2dfcec1594eec0646a63d (patch) | |
| tree | fb94e8da884b2ce2cd70c399ae034bd50f536df2 /apps/codecs/libwmapro/README.rockbox | |
| parent | 9092f7aa4575abbf265a615256fb4ece7eb2ca5f (diff) | |
| download | rockbox-e481e887db23d634c8c2dfcec1594eec0646a63d.zip rockbox-e481e887db23d634c8c2dfcec1594eec0646a63d.tar.gz rockbox-e481e887db23d634c8c2dfcec1594eec0646a63d.tar.bz2 rockbox-e481e887db23d634c8c2dfcec1594eec0646a63d.tar.xz | |
Add a patch file in libwmapro to make it easier to add the library and the decoder to the main build and modify README.rockbox accordingly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27012 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwmapro/README.rockbox')
| -rw-r--r-- | apps/codecs/libwmapro/README.rockbox | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/apps/codecs/libwmapro/README.rockbox b/apps/codecs/libwmapro/README.rockbox index c33440f..09c54b4 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. Currently, the files contain minimal changes from their original state in order to be able to compile cleanly. -The file wmaprodec.c contains a main function that is just a stub to make sure -linking is done properly and without errors. - COMPILING -A make file is included that would compile and link the files when the "make" -command is executed without arguments in any Unix-like environment. +At the time of this writing (21 June 2010) the decoder isn't still included in +the main build since it still only works in the simulator. -The file porduces an output binary called "test" that, as of now (30 April 2010) -, is still useless. +A patch is included that would enable building the library and the codec for +testing and development purposes. -To clean the compiler output and retain just the source code, the following -command should be executed: -make clean +To apply the patch, you should cd to libwmapro directory and then execute the +following command : +patch -p 0 < wmapro_mainbuild.patch |