diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-08-08 21:28:08 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-08-08 21:28:08 +0000 |
| commit | 13b23fbcdb38dc2865d550ae5cc5bdaa8e444264 (patch) | |
| tree | 460022828d88e5c60335b0e06ecc4ec339cd7c4c /apps/plugin.c | |
| parent | c4c56a3da7a3ef868b853fb8f434198d6b9f9ee9 (diff) | |
| download | rockbox-13b23fbcdb38dc2865d550ae5cc5bdaa8e444264.zip rockbox-13b23fbcdb38dc2865d550ae5cc5bdaa8e444264.tar.gz rockbox-13b23fbcdb38dc2865d550ae5cc5bdaa8e444264.tar.bz2 rockbox-13b23fbcdb38dc2865d550ae5cc5bdaa8e444264.tar.xz | |
Implementation of lcd_yuv_blit() for the ipod 5g.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10487 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index bbc5d7d..6641fe2 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 |