summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/SOURCES10
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/codecs/SOURCES b/apps/codecs/SOURCES
index fe57354..ca50529 100644
--- a/apps/codecs/SOURCES
+++ b/apps/codecs/SOURCES
@@ -1,5 +1,5 @@
-#if CONFIG_CODEC == SWCODEC
/* decoders */
+
vorbis.c
mpa.c
flac.c
@@ -32,12 +32,14 @@ au.c
vox.c
wav64.c
tta.c
-#if defined(HAVE_RECORDING) && !defined(SIMULATOR)
+
+#ifdef HAVE_RECORDING
+
/* encoders */
+
aiff_enc.c
mp3_enc.c
wav_enc.c
wavpack_enc.c
-#endif
-#endif
+#endif /* HAVE_RECORDING */