rockbox/apps/codecs/SOURCES
Jens Arnold 9a7978aeab Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 24 bit BMP instead of unnecessary 32 bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16802 a1c6a512-1295-4272-9138-f99709370657
2008-03-25 19:43:08 +00:00

32 lines
325 B
Text

#if CONFIG_CODEC == SWCODEC
/* decoders */
vorbis.c
mpa.c
flac.c
wav.c
a52.c
mpc.c
wavpack.c
alac.c
wma.c
#if MEMORYSIZE > 1
aac.c
#endif
ape.c
mod.c
shorten.c
aiff.c
speex.c
sid.c
adx.c
nsf.c
spc.c
#if defined(HAVE_RECORDING) && !defined(SIMULATOR)
/* encoders */
aiff_enc.c
mp3_enc.c
wav_enc.c
wavpack_enc.c
#endif
#endif