diff options
| author | Alexander Levin <al.le@rockbox.org> | 2009-09-08 20:55:45 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2009-09-08 20:55:45 +0000 |
| commit | bb059ab78c607aa89f908524ff3df0eadb75730e (patch) | |
| tree | 04e46290a724b2b446928d9f8626a86c909981c7 /apps/features.txt | |
| parent | a4559aeb6d335c217ee34ed6b7331cf32ea29a64 (diff) | |
| download | rockbox-bb059ab78c607aa89f908524ff3df0eadb75730e.zip rockbox-bb059ab78c607aa89f908524ff3df0eadb75730e.tar.gz rockbox-bb059ab78c607aa89f908524ff3df0eadb75730e.tar.bz2 rockbox-bb059ab78c607aa89f908524ff3df0eadb75730e.tar.xz | |
Manual section for the pitch detector (this is just the beginning)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22667 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/features.txt')
| -rw-r--r-- | apps/features.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt index 5dd7fd8..91acdc5 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -132,6 +132,12 @@ recording_swcodec #else recording_hwcodec #endif +#if defined(HAVE_LINE_IN) +recording_linein +#endif +#if defined(HAVE_MIC_IN) +recording_mic +#endif #endif #if defined(HAVE_REMOTE_LCD) |