summaryrefslogtreecommitdiff
path: root/apps/codecs/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/SOURCES')
-rw-r--r--apps/codecs/SOURCES14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/codecs/SOURCES b/apps/codecs/SOURCES
index 3038903f9e..bd82fcf2d6 100644
--- a/apps/codecs/SOURCES
+++ b/apps/codecs/SOURCES
@@ -5,25 +5,25 @@ mpa.c
5flac.c 5flac.c
6wav.c 6wav.c
7a52.c 7a52.c
8mpc.c
9wavpack.c 8wavpack.c
10#ifndef RB_PROFILE 9#ifndef RB_PROFILE
11alac.c 10alac.c
12#endif 11#endif
12#if MEMORYSIZE > 2
13mpc.c
13wma.c 14wma.c
14#if MEMORYSIZE > 1
15aac.c 15aac.c
16#endif 16sid.c
17ape.c 17ape.c
18nsf.c
19#endif
20spc.c
21asap.c
18mod.c 22mod.c
19shorten.c 23shorten.c
20aiff.c 24aiff.c
21speex.c 25speex.c
22sid.c
23adx.c 26adx.c
24nsf.c
25spc.c
26asap.c
27#if defined(HAVE_RECORDING) && !defined(SIMULATOR) 27#if defined(HAVE_RECORDING) && !defined(SIMULATOR)
28/* encoders */ 28/* encoders */
29aiff_enc.c 29aiff_enc.c