Updated our source code header to explicitly mention that we are GPL v2 or
[Rockbox.git] / apps / codecs / SOURCES
blob3c0118c1ce488d76fe2b268e40229beca2a74b41
1 #if CONFIG_CODEC == SWCODEC
2 /* decoders */
3 vorbis.c
4 mpa.c
5 flac.c
6 wav.c
7 a52.c
8 mpc.c
9 wavpack.c
10 alac.c
11 wma.c
12 #if MEMORYSIZE > 1
13 aac.c
14 #endif
15 ape.c
16 mod.c
17 shorten.c
18 aiff.c
19 speex.c
20 sid.c
21 adx.c
22 nsf.c
23 spc.c
24 #if defined(HAVE_RECORDING) && !defined(SIMULATOR)
25 /* encoders */
26 aiff_enc.c
27 mp3_enc.c
28 wav_enc.c
29 wavpack_enc.c
30 #endif
31 #endif