270f136fd2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25923 a1c6a512-1295-4272-9138-f99709370657 |
||
---|---|---|
.. | ||
libavutil | ||
avcodec.h | ||
avfft.h | ||
bitstream.c | ||
dsputil.c | ||
dsputil.h | ||
fft.c | ||
fft.h | ||
get_bits.h | ||
internal.h | ||
Makefile | ||
mathops.h | ||
mdct.c | ||
mdct_tablegen.h | ||
put_bits.h | ||
README.rockbox | ||
wma.c | ||
wma.h | ||
wmaprodata.h | ||
wmaprodec.c |
Library: libwmapro Imported: 2010-04-30 by Mohamed Tarek This set of files form the files needed from ffmpeg's libavcodec and libavutil to build a standalone wma professional decoder. LICENSING INFORMATION ffmpeg is licensed under the Lesser GNU General Public License and the file wmaprodec.c is copyright (c) 2007 Baptiste Coudurier, Benjamin Larsson, Ulion and copyright (c) 2008 - 2009 Sascha Sommer, Benjamin Larsson. IMPORT DETAILS 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. The file porduces an output binary called "test" that, as of now (30 April 2010) , is still useless. To clean the compiler output and retain just the source code, the following command should be executed: make clean