1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/codecs/libwmavoice
Thomas Martitz 7b1a369cf7 build system: completely autodetect target cpu architecture.
The existing ARCH Makefile variable is exported to the C code as well.
Additionally the version (arm-only for now) is detected as well. This
allows to for complete autodetection, i.e. that optimized ASM is picked up
if determined by preprocessor (CPU_ARM, etc).

Building a sim/raaa on a arm host will now automatically generate a arm
optmized build like we have for native targets.

Change-Id: I0b35393f8fb3ebd20beaa9e7371fa57bf3782107
2012-03-28 23:02:39 +02:00
..
libavutil Minor libwmavoice fixes; initialise the entire VBM tree and remove file handle leak from test util. 2011-08-26 16:03:48 +00:00
acelp_filters.c Add missing files from ffmpeg, write a README.rockbox and a makefile. 2010-08-07 13:06:05 +00:00
acelp_filters.h Initial commit for a WMA Voice decoder; Import a minimal set of files for libwmavoice from ffmpeg r24734 dated 2010-Aug-07. 2010-08-07 11:42:00 +00:00
acelp_vectors.c Add missing files from ffmpeg, write a README.rockbox and a makefile. 2010-08-07 13:06:05 +00:00
acelp_vectors.h Add missing files from ffmpeg, write a README.rockbox and a makefile. 2010-08-07 13:06:05 +00:00
avcodec.h Add missing files from ffmpeg, write a README.rockbox and a makefile. 2010-08-07 13:06:05 +00:00
avfft.c Initial commit for a WMA Voice decoder; Import a minimal set of files for libwmavoice from ffmpeg r24734 dated 2010-Aug-07. 2010-08-07 11:42:00 +00:00
avfft.h Initial commit for a WMA Voice decoder; Import a minimal set of files for libwmavoice from ffmpeg r24734 dated 2010-Aug-07. 2010-08-07 11:42:00 +00:00
bitstream.c Add missing files from ffmpeg, write a README.rockbox and a makefile. 2010-08-07 13:06:05 +00:00
celp_filters.c Initial commit for a WMA Voice decoder; Import a minimal set of files for libwmavoice from ffmpeg r24734 dated 2010-Aug-07. 2010-08-07 11:42:00 +00:00
celp_filters.h Initial commit for a WMA Voice decoder; Import a minimal set of files for libwmavoice from ffmpeg r24734 dated 2010-Aug-07. 2010-08-07 11:42:00 +00:00
celp_math.c Initial commit for a WMA Voice decoder; Import a minimal set of files for libwmavoice from ffmpeg r24734 dated 2010-Aug-07. 2010-08-07 11:42:00 +00:00
celp_math.h Initial commit for a WMA Voice decoder; Import a minimal set of files for libwmavoice from ffmpeg r24734 dated 2010-Aug-07. 2010-08-07 11:42:00 +00:00
dct.c Add missing files from ffmpeg, write a README.rockbox and a makefile. 2010-08-07 13:06:05 +00:00
dct32.c Add missing files from ffmpeg, write a README.rockbox and a makefile. 2010-08-07 13:06:05 +00:00
fft.c Add missing files from ffmpeg, write a README.rockbox and a makefile. 2010-08-07 13:06:05 +00:00
fft.h Add missing files from ffmpeg, write a README.rockbox and a makefile. 2010-08-07 13:06:05 +00:00
get_bits.h Initial commit for a WMA Voice decoder; Import a minimal set of files for libwmavoice from ffmpeg r24734 dated 2010-Aug-07. 2010-08-07 11:42:00 +00:00
internal.h Initial commit for a WMA Voice decoder; Import a minimal set of files for libwmavoice from ffmpeg r24734 dated 2010-Aug-07. 2010-08-07 11:42:00 +00:00
libwmavoice.make build system: completely autodetect target cpu architecture. 2012-03-28 23:02:39 +02:00
lsp.c Add missing files from ffmpeg, write a README.rockbox and a makefile. 2010-08-07 13:06:05 +00:00
lsp.h Initial commit for a WMA Voice decoder; Import a minimal set of files for libwmavoice from ffmpeg r24734 dated 2010-Aug-07. 2010-08-07 11:42:00 +00:00
Makefile Remove dsputil.[ch], they are not needed. 2010-08-07 13:08:38 +00:00
mathops.h Add missing files from ffmpeg, write a README.rockbox and a makefile. 2010-08-07 13:06:05 +00:00
mdct.c Add missing files from ffmpeg, write a README.rockbox and a makefile. 2010-08-07 13:06:05 +00:00
mdct_tablegen.h Add missing files from ffmpeg, write a README.rockbox and a makefile. 2010-08-07 13:06:05 +00:00
put_bits.h Initial commit for a WMA Voice decoder; Import a minimal set of files for libwmavoice from ffmpeg r24734 dated 2010-Aug-07. 2010-08-07 11:42:00 +00:00
rdft.c Add missing files from ffmpeg, write a README.rockbox and a makefile. 2010-08-07 13:06:05 +00:00
README.rockbox Update libwmavoice's README. 2010-08-13 13:28:40 +00:00
SOURCES WMA Voice now plays and seeks in the sim. The code is still in floating point, and is not added to the main build. There's still a bug with the decoder in the current state that it outputs a fewer number of samples than ffmpeg's. 2010-08-07 17:55:02 +00:00
utils.c Add missing files from ffmpeg, write a README.rockbox and a makefile. 2010-08-07 13:06:05 +00:00
wmavoice.c Minor libwmavoice fixes; initialise the entire VBM tree and remove file handle leak from test util. 2011-08-26 16:03:48 +00:00
wmavoice.h WMA Voice now plays and seeks in the sim. The code is still in floating point, and is not added to the main build. There's still a bug with the decoder in the current state that it outputs a fewer number of samples than ffmpeg's. 2010-08-07 17:55:02 +00:00
wmavoice_data.h Initial commit for a WMA Voice decoder; Import a minimal set of files for libwmavoice from ffmpeg r24734 dated 2010-Aug-07. 2010-08-07 11:42:00 +00:00
wmavoice_mainbuild.patch add a patch to libwmavoice to make it easier to enable/disable building it. 2010-08-09 16:53:13 +00:00

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