rockbox/apps/codecs/libwma
Nils Wallménius b086458e4e FS#12231
Centralize the selection of codec compilation flags to codec.make
to avoid having to duplicate the per cpu selection logic and the
build rule in the individual codec lib make files and make tweaking
easier.

The two special cases, libmad and libspeex were left alone.

I plan to introduce a var for arm generation so that appropriate flags
can be selected per generation as benchmarking results have shown that
different arm arches might have different optimal flags.



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30330 a1c6a512-1295-4272-9138-f99709370657
2011-08-18 16:33:41 +00:00
..
libwma.make FS#12231 2011-08-18 16:33:41 +00:00
SOURCES Use codeclib version of the ffmpeg bitstream code for wma rather then ancient hacked up version. 2010-07-15 17:14:56 +00:00
types.h
wmadata.h Use more IRAM on S5L870x to speed up wma by ~3%. 2011-05-20 22:53:22 +00:00
wmadec.h Use more IRAM on S5L870x to speed up wma by ~3%. 2011-05-20 22:53:22 +00:00
wmadeci.c Fix a bug introduced in r27463 that caused the line spectral pair look up tables to overwrite the noise coding VLC tables. Should fix decoding of files that have both noise coding and line spectral pairs, which are usually very low bitrate WMAs. 2011-07-28 14:12:33 +00:00
wmafixed.c wma: move inline functions into .h file 2010-08-03 17:41:34 +00:00
wmafixed.h wma: move inline functions into .h file 2010-08-03 17:41:34 +00:00