Rename printf to prevent naming conflict. Also change comment to conform with Rockbox...
[kugel-rb.git] / apps / codecs / SOURCES
blobbce5c32a56096fae0258b57c65e6fb8575322b07
1 /* 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 tta.c
36 #if MEMORYSIZE > 2
37 wmapro.c
38 #endif
40 #ifdef HAVE_RECORDING
42 /* encoders */
44 aiff_enc.c
45 mp3_enc.c
46 wav_enc.c
47 wavpack_enc.c
49 #endif /* HAVE_RECORDING */