summaryrefslogtreecommitdiff
path: root/apps/codecs/SOURCES
blob: 123a9c0f3f3ef4d6de25ec5a63665f9d836397f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#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
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