rockbox/apps/codecs/SOURCES

26 lines
287 B
Text

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