summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-02-10 14:45:13 +0000
committerDave Chapman <dave@dchapman.com>2006-02-10 14:45:13 +0000
commit32ed0d80a9d2382df3472afa4e3b095a4f6ed222 (patch)
tree0ecd4c9f753f9515f5f2b05e9f28381eabfe44ac /apps
parent1f8529708bd65c87f601d5b425f44755da4c237c (diff)
downloadrockbox-32ed0d80a9d2382df3472afa4e3b095a4f6ed222.tar.gz
rockbox-32ed0d80a9d2382df3472afa4e3b095a4f6ed222.zip
Fix iPod 4G grayscale warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8651 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/grayscale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/grayscale.c b/apps/plugins/grayscale.c
index 1154c15ebb..ff94e6ae8c 100644
--- a/apps/plugins/grayscale.c
+++ b/apps/plugins/grayscale.c
@@ -22,7 +22,7 @@
22#ifndef SIMULATOR /* not for simulator by now */ 22#ifndef SIMULATOR /* not for simulator by now */
23#include "plugin.h" 23#include "plugin.h"
24 24
25#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) 25#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && (CONFIG_LCD != LCD_IPOD2BPP)
26#include "gray.h" 26#include "gray.h"
27 27
28PLUGIN_HEADER 28PLUGIN_HEADER