summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 95ffb1c9de..b9061ee74b 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -29,6 +29,10 @@ firmware_flash.c
29rockbox_flash.c 29rockbox_flash.c
30#endif /* CONFIG_CPU */ 30#endif /* CONFIG_CPU */
31 31
32#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \
33 (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN))
34pitch_detector.c
35#endif
32 36
33#if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR) 37#if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
34metronome.c 38metronome.c