forked from len0rd/rockbox
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
This commit is contained in:
parent
dd42f2997a
commit
88f76c97df
1 changed files with 1 additions and 1 deletions
|
@ -844,7 +844,7 @@ rockboxlogo.91x32x1.bmp
|
|||
/* The following preprocessor condition must match the condition */
|
||||
/* for pitch detector from plugins/SOURCES */
|
||||
#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \
|
||||
(defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN)) && defined(HAVE_LCD_COLOR)
|
||||
(defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN))
|
||||
#if (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240) && (LCD_DEPTH >= 16)
|
||||
pitch_notes.320x240x16.bmp
|
||||
#elif (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH >= 16)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue