New makefile solution: A single invocation of 'make' to build the entire tree. Fully...
[kugel-rb.git] / apps / codecs / SOURCES
blobf4036e26eda695c8ac5f43a3aeaa4c52b299d6de
1 #if CONFIG_CODEC == SWCODEC
2 /* decoders */
3 vorbis.c
4 mpa.c
5 flac.c
6 wav.c
7 a52.c
8 wavpack.c
9 #ifndef RB_PROFILE
10 alac.c
11 #endif
12 #if MEMORYSIZE > 2
13 mpc.c
14 wma.c
15 aac.c
16 sid.c
17 ape.c
18 nsf.c
19 spc.c
20 asap.c
21 #endif
22 mod.c
23 shorten.c
24 aiff.c
25 speex.c
26 adx.c
27 #if defined(HAVE_RECORDING) && !defined(SIMULATOR)
28 /* encoders */
29 aiff_enc.c
30 mp3_enc.c
31 wav_enc.c
32 wavpack_enc.c
33 #endif
34 #endif