mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
* Detection of 64-bit Arm v8-a * Proper detection of integer division support * always on v7-m, v8-a, v9-a, v8-m.main * sometimes on v7-a, v7-r, v8-r * never on v8-m.base v6-m, v6 and older "classic" * tl;dr: Rely on toolchain preprocessor definition For the most part these additional variations won't acutally work for native target builds, but sane -A detection is needed for "local" builds now. -R detection is left out as it's not likely to matter. Change-Id: I8f6a52edc4d14490fc00e2f487406eca701eef02 |
||
|---|---|---|
| .. | ||
| libavutil | ||
| acelp_filters.c | ||
| acelp_filters.h | ||
| acelp_vectors.c | ||
| acelp_vectors.h | ||
| avcodec.h | ||
| avfft.c | ||
| avfft.h | ||
| bitstream.c | ||
| celp_filters.c | ||
| celp_filters.h | ||
| celp_math.c | ||
| celp_math.h | ||
| dct.c | ||
| dct32.c | ||
| fft.c | ||
| fft.h | ||
| get_bits.h | ||
| internal.h | ||
| libwmavoice.make | ||
| lsp.c | ||
| lsp.h | ||
| Makefile | ||
| mathops.h | ||
| mdct.c | ||
| mdct_tablegen.h | ||
| put_bits.h | ||
| rdft.c | ||
| README.rockbox | ||
| SOURCES | ||
| utils.c | ||
| wmavoice.c | ||
| wmavoice.h | ||
| wmavoice_data.h | ||
| wmavoice_mainbuild.patch | ||
Library: libwmavoice Imported: 2010-08-07 by Mohamed Tarek This set of files form the files needed from ffmpeg's libavcodec and libavutil to build a standalone wma voice decoder. LICENSING INFORMATION ffmpeg is licensed under the Lesser GNU General Public License and the file wmavoice.c is copyright (c) 2009 Ronald S. Bultje. IMPORT DETAILS Based on ffmpeg svn r24734 dated 7 August 2010. As of 7 August 2010, libwmavoice contains just the files from ffmpeg with minimum modifications to compile standalone. COMPILING the decoder can be compiled by issuing the "make" command from witin the libwmavoice directory in any unix-line environment. To test the decoder in the rockbox simulator, cd to libwmavoice directory then execute the following command to enable building wma voice: patch -p 0 < wmavoice_mainbuild.patch