From af23b06b7cc6f6f3031ea727c7fd9a54473b8cd1 Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Tue, 8 Sep 2009 16:45:05 +0000 Subject: 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 --- apps/plugins/SOURCES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugins/SOURCES') 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 rockbox_flash.c #endif /* CONFIG_CPU */ +#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \ + (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN)) +pitch_detector.c +#endif #if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR) metronome.c -- cgit v1.2.3