From 13b23fbcdb38dc2865d550ae5cc5bdaa8e444264 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 8 Aug 2006 21:28:08 +0000 Subject: Implementation of lcd_yuv_blit() for the ipod 5g. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10487 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index bbc5d7d15c..6641fe2ee1 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -464,7 +464,8 @@ static const struct plugin_api rockbox_api = { #endif #if (CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO \ - || CONFIG_LCD == LCD_H300) && !defined(SIMULATOR) + || CONFIG_LCD == LCD_H300 || CONFIG_LCD == LCD_IPODVIDEO) && \ + !defined(SIMULATOR) lcd_yuv_blit, #endif -- cgit v1.2.3