2005-11-12 16:01:15 +00:00
|
|
|
#if CONFIG_CODEC == SWCODEC
|
2006-08-28 22:38:41 +00:00
|
|
|
/* decoders */
|
2005-06-22 20:13:18 +00:00
|
|
|
vorbis.c
|
|
|
|
mpa.c
|
|
|
|
flac.c
|
|
|
|
wav.c
|
|
|
|
a52.c
|
|
|
|
wavpack.c
|
2008-07-28 22:43:41 +00:00
|
|
|
#ifndef RB_PROFILE
|
2005-09-22 21:55:37 +00:00
|
|
|
alac.c
|
2008-07-28 22:43:41 +00:00
|
|
|
#endif
|
2008-09-22 19:15:18 +00:00
|
|
|
#if MEMORYSIZE > 2
|
|
|
|
mpc.c
|
2007-07-03 09:25:36 +00:00
|
|
|
wma.c
|
2005-10-31 20:56:29 +00:00
|
|
|
aac.c
|
2008-09-22 19:15:18 +00:00
|
|
|
sid.c
|
2007-06-05 16:58:29 +00:00
|
|
|
ape.c
|
2008-09-22 19:15:18 +00:00
|
|
|
nsf.c
|
|
|
|
spc.c
|
|
|
|
asap.c
|
2008-09-22 19:38:28 +00:00
|
|
|
#endif
|
2008-05-21 11:19:58 +00:00
|
|
|
mod.c
|
2005-11-11 19:45:36 +00:00
|
|
|
shorten.c
|
2006-02-01 16:42:02 +00:00
|
|
|
aiff.c
|
2007-02-09 10:06:53 +00:00
|
|
|
speex.c
|
2006-09-25 16:13:05 +00:00
|
|
|
adx.c
|
2006-08-28 22:38:41 +00:00
|
|
|
#if defined(HAVE_RECORDING) && !defined(SIMULATOR)
|
|
|
|
/* encoders */
|
2006-11-24 19:49:04 +00:00
|
|
|
aiff_enc.c
|
2006-08-28 22:38:41 +00:00
|
|
|
mp3_enc.c
|
|
|
|
wav_enc.c
|
|
|
|
wavpack_enc.c
|
2005-06-22 20:13:18 +00:00
|
|
|
#endif
|
2006-08-28 22:38:41 +00:00
|
|
|
#endif
|
|
|
|
|