From 32ed0d80a9d2382df3472afa4e3b095a4f6ed222 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Fri, 10 Feb 2006 14:45:13 +0000 Subject: Fix iPod 4G grayscale warnings git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8651 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/grayscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/grayscale.c') 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 @@ #ifndef SIMULATOR /* not for simulator by now */ #include "plugin.h" -#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) +#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && (CONFIG_LCD != LCD_IPOD2BPP) #include "gray.h" PLUGIN_HEADER -- cgit v1.2.3