summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-03-30 12:26:10 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-03-30 12:26:10 +0000
commit88f76c97df94103a37f8bffc8bfe5ee0394f02ee (patch)
tree27d580b19a456da3f48ec91a20b8b7bab23adaec
parentdd42f2997a4ecf8a08c9d0dab03e192d5fcfcb44 (diff)
downloadrockbox-88f76c97df94103a37f8bffc8bfe5ee0394f02ee.tar.gz
rockbox-88f76c97df94103a37f8bffc8bfe5ee0394f02ee.zip
Build pitch_detector bitmaps for all targets, even those without color
(forgot to remove the condition in r25397) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25399 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/bitmaps/native/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index a064e16589..506ecc9451 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)) && defined(HAVE_LCD_COLOR) 847 (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN))
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)