rockbox/apps/codecs/SOURCES
Andree Buschmann b8ae97fe58 Fix yellow and red. Disable NSF, VGM, SGC and KSS formats for low memory targets for now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30265 a1c6a512-1295-4272-9138-f99709370657
2011-08-07 20:28:47 +00:00

54 lines
443 B
Text

/* decoders */
vorbis.c
mpa.c
flac.c
wav.c
a52.c
wavpack.c
#ifndef RB_PROFILE
alac.c
#endif
cook.c
raac.c
a52_rm.c
atrac3_rm.c
atrac3_oma.c
mpc.c
wma.c
sid.c
ape.c
asap.c
aac.c
spc.c
mod.c
shorten.c
aiff.c
speex.c
adx.c
smaf.c
au.c
vox.c
wav64.c
tta.c
wmapro.c
ay.c
gbs.c
hes.c
#if MEMORYSIZE > 2
nsf.c
sgc.c
vgm.c
kss.c
#endif
#ifdef HAVE_RECORDING
/* encoders */
aiff_enc.c
mp3_enc.c
wav_enc.c
wavpack_enc.c
#endif /* HAVE_RECORDING */