summaryrefslogtreecommitdiff
path: root/apps/codecs/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/SOURCES')
-rw-r--r--apps/codecs/SOURCES8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/codecs/SOURCES b/apps/codecs/SOURCES
index 3537457313..3bd09b4dae 100644
--- a/apps/codecs/SOURCES
+++ b/apps/codecs/SOURCES
@@ -1,4 +1,5 @@
1#if CONFIG_CODEC == SWCODEC 1#if CONFIG_CODEC == SWCODEC
2/* decoders */
2vorbis.c 3vorbis.c
3mpa.c 4mpa.c
4flac.c 5flac.c
@@ -13,4 +14,11 @@ aac.c
13shorten.c 14shorten.c
14aiff.c 15aiff.c
15sid.c 16sid.c
17#if defined(HAVE_RECORDING) && !defined(SIMULATOR)
18/* encoders */
19mp3_enc.c
20wav_enc.c
21wavpack_enc.c
16#endif 22#endif
23#endif
24