rockbox/apps/codecs/SOURCES

35 lines
358 B
Text

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