rockbox/lib/rbcodec/codecs
Huan Zhang fbe33e0728 Fix libmad compilation on MIPS with newer gcc. FS#12013
Since gcc 4.4 the MIPS port no longer recognizes the "h" asm constraint.
It was necessary to remove this constraint in order to avoid generating
unpredictable code sequences. We can achieve the same effect using
128-bit types.

See also:GCC 4.4 release notes at  http://gcc.gnu.org/gcc-4.4/

Change-Id: I713cdf57cde1a989ad960aa441ab1ccf51f1cdc6
2012-06-11 23:17:19 +02:00
..
demac
lib Add rbcodecplatform.h and rbcodecconfig.h. 2012-05-03 14:49:35 +02:00
liba52
libalac
libasap asap codec: remove invalid memset 2012-05-06 23:38:15 -04:00
libasf
libatrac
libcook
libfaad
libffmpegFLAC Add rbcodecplatform.h and rbcodecconfig.h. 2012-05-03 14:49:35 +02:00
libgme
libm4a remove extraneous parens 2012-05-06 23:41:37 -04:00
libmad Fix libmad compilation on MIPS with newer gcc. FS#12013 2012-06-11 23:17:19 +02:00
libmusepack Add rbcodecplatform.h and rbcodecconfig.h. 2012-05-03 14:49:35 +02:00
libpcm
librm
libspc
libspeex Add rbcodecplatform.h and rbcodecconfig.h. 2012-05-03 14:49:35 +02:00
libtremor Add rbcodecplatform.h and rbcodecconfig.h. 2012-05-03 14:49:35 +02:00
libtta
libwavpack Add rbcodecplatform.h and rbcodecconfig.h. 2012-05-03 14:49:35 +02:00
libwma Fix audio corruption when sequentially playing low bitrate WMA files 2012-05-01 02:01:06 -04:00
libwmapro Expand the range of the inverse quant table in WMA Pro. 2012-05-20 02:31:24 -04:00
libwmavoice
a52.c
a52_rm.c
aac.c
adx.c
aiff.c
aiff_enc.c Remove STATICIRAM hack 2012-05-08 22:46:12 +02:00
alac.c
ape.c
asap.c
atrac3_oma.c
atrac3_rm.c
au.c
ay.c
codec_crt0.c
codecs.h Add rbcodecplatform.h and rbcodecconfig.h. 2012-05-03 14:49:35 +02:00
codecs.make
cook.c
flac.c
gbs.c
hes.c
kss.c
mod.c Remove STATICIRAM hack 2012-05-08 22:46:12 +02:00
mp3_enc.c Remove STATICIRAM hack 2012-05-08 22:46:12 +02:00
mpa.c
mpc.c
nsf.c
raac.c
sgc.c
shorten.c
sid.c
smaf.c
SOURCES
spc.c
speex.c
tta.c
vgm.c
vorbis.c
vox.c
wav.c
wav64.c
wav_enc.c Remove STATICIRAM hack 2012-05-08 22:46:12 +02:00
wavpack.c
wavpack_enc.c Remove STATICIRAM hack 2012-05-08 22:46:12 +02:00
wma.c
wmapro.c
wmavoice.c