summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/SOURCES11
1 files changed, 7 insertions, 4 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 21b9cecee6..3c4e9e131d 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -122,13 +122,10 @@ battery_bench.c
crypt_firmware.c
#endif
-#if (CONFIG_CODEC == SWCODEC)
-metronome.c
-#endif
-
#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F))
wavplay.c
#endif
+
#if (CONFIG_CODEC == MAS3587F)
wavrecord.c
#endif
@@ -137,6 +134,12 @@ wavrecord.c
+#if CONFIG_CODEC == SWCODEC || !defined(SIMULATOR) /* Not for hwcodec sims */
+metronome.c
+#endif
+
+
+
#ifdef HAVE_LCD_BITMAP /* Not for the Archos Player */
boomshine.lua