Restore commit that fixed the problem that config.h changes don't trigger a genlang...
[kugel-rb.git] / apps / codecs / SOURCES
blob8970567b65d6f08c344035d1286f11738c5e23cf
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 cook.c
13 raac.c
14 a52_rm.c
15 atrac3_rm.c
16 atrac3_oma.c
17 mpc.c
18 wma.c
19 sid.c
20 ape.c
21 nsf.c
22 asap.c
23 aac.c
24 spc.c
25 mod.c
26 shorten.c
27 aiff.c
28 speex.c
29 adx.c
30 smaf.c
31 au.c
32 vox.c
33 wav64.c
34 #if defined(HAVE_RECORDING) && !defined(SIMULATOR)
35 /* encoders */
36 aiff_enc.c
37 mp3_enc.c
38 wav_enc.c
39 wavpack_enc.c
40 #endif
41 #endif