summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2009-05-12 13:22:39 +0000
committerRafaël Carré <rafael.carre@gmail.com>2009-05-12 13:22:39 +0000
commitb1d03ccee7066d7e8e218b7cafcd85b17f5549d8 (patch)
treedc0039d583343471b3e3315fd04625fe9212e567 /apps/plugin.c
parentf2c18d6922257c6610f4c01ed09ce318295bee68 (diff)
downloadrockbox-b1d03ccee7066d7e8e218b7cafcd85b17f5549d8.tar.gz
rockbox-b1d03ccee7066d7e8e218b7cafcd85b17f5549d8.zip
FS#10118 & FS#10165 : lcd_blit_yuv() for Sansa Fuze & Sansa e200v2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20919 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index f079e849bd..7f362c8566 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -128,7 +128,7 @@ static const struct plugin_api rockbox_api = {
128 lcd_bitmap_transparent, 128 lcd_bitmap_transparent,
129 lcd_blit_yuv, 129 lcd_blit_yuv,
130#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \ 130#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \
131 || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) 131 || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) || defined(SANSA_FUZE) || defined(SANSA_E200V2)
132 lcd_yuv_set_options, 132 lcd_yuv_set_options,
133#endif 133#endif
134#elif (LCD_DEPTH < 4) && !defined(SIMULATOR) 134#elif (LCD_DEPTH < 4) && !defined(SIMULATOR)