summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/SOURCES2
-rw-r--r--apps/plugins/bitmaps/native/SOURCES2
-rw-r--r--manual/plugins/main.tex2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 88ddff5e29..a74b8be537 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -39,7 +39,7 @@ crypt_firmware.c
39#endif 39#endif
40 40
41#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \ 41#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \
42 (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN)) 42 (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN)) && defined(HAVE_LCD_COLOR)
43pitch_detector.c 43pitch_detector.c
44#endif 44#endif
45 45
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index ed8c3c7cc8..f5d61b85f0 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -844,7 +844,7 @@ rockboxlogo.91x32x1.bmp
844/* The following preprocessor condition must match the condition */ 844/* The following preprocessor condition must match the condition */
845/* for pitch detector from plugins/SOURCES */ 845/* for pitch detector from plugins/SOURCES */
846#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \ 846#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \
847 (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN)) 847 (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN)) && defined(HAVE_LCD_COLOR)
848#if (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240) && (LCD_DEPTH >= 16) 848#if (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240) && (LCD_DEPTH >= 16)
849pitch_notes.320x240x16.bmp 849pitch_notes.320x240x16.bmp
850#elif (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH >= 16) 850#elif (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH >= 16)
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index 01e676339d..4952f4e26d 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -228,7 +228,7 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).}
228 228
229{\input{plugins/metronome.tex}} 229{\input{plugins/metronome.tex}}
230 230
231\opt{swcodec}{\opt{recording_mic}{\input{plugins/pitch_detector.tex}}} 231\opt{swcodec}{\opt{recording_mic}{\opt{lcd_color}{\input{plugins/pitch_detector.tex}}}}
232 232
233{\input{plugins/random_folder_advance_config.tex}} 233{\input{plugins/random_folder_advance_config.tex}}
234 234