rockbox/apps/codecs/SOURCES
Mohamed Tarek 23ac6ffaa1 Add support for Sony OMA file format. Currently only supports ATRAC3 (without DRM), and seeks. Tested on sansa
e200.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24615 a1c6a512-1295-4272-9138-f99709370657
2010-02-12 03:21:37 +00:00

38 lines
380 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
cook.c
raac.c
a52_rm.c
atrac3_rm.c
atrac3_oma.c
mpc.c
wma.c
sid.c
ape.c
nsf.c
asap.c
aac.c
spc.c
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