add SMAF codec (.mmf extension)(FS#10432)
[kugel-rb.git] / apps / codecs / SOURCES
blob9787caa1229ef45984bf5fd859101305ee42b0a3
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 #if defined(HAVE_RECORDING) && !defined(SIMULATOR)
32 /* encoders */
33 aiff_enc.c
34 mp3_enc.c
35 wav_enc.c
36 wavpack_enc.c
37 #endif
38 #endif