summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-09-08 16:45:05 +0000
committerAlexander Levin <al.le@rockbox.org>2009-09-08 16:45:05 +0000
commitaf23b06b7cc6f6f3031ea727c7fd9a54473b8cd1 (patch)
tree36840e5e7b6fff9d2ea4e8d719a37206879dc7f0 /apps/plugins/SOURCES
parent1f10f99dc055815169e4cc3734da5d2ef26fd7be (diff)
downloadrockbox-af23b06b7cc6f6f3031ea727c7fd9a54473b8cd1.tar.gz
rockbox-af23b06b7cc6f6f3031ea727c7fd9a54473b8cd1.zip
New plugin: pitch detector (FS#8768) by Michael Lechner and David Johnston
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22663 a1c6a512-1295-4272-9138-f99709370657
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