From bcd94a9b01d19d87a437cd8158a758f206b30825 Mon Sep 17 00:00:00 2001 From: Rani Hod Date: Fri, 11 Aug 2006 14:10:34 +0000 Subject: Accepted FS #5786 by Michael Sevakis - lcd_yuv_blit() for X5. hard coded to YUV4:2:0 for now, gives ~13.5 fps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10528 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 6641fe2..c9278c8 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -463,9 +463,7 @@ static const struct plugin_api rockbox_api = { lcd_remote_bitmap, #endif -#if (CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO \ - || CONFIG_LCD == LCD_H300 || CONFIG_LCD == LCD_IPODVIDEO) && \ - !defined(SIMULATOR) +#if defined(HAVE_LCD_COLOR) && !defined(SIMULATOR) lcd_yuv_blit, #endif -- cgit v1.1