summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-01-26 14:24:09 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-01-26 14:24:09 +0000
commitf8709ac7e25386017cee762666c12e2ac6d71a7a (patch)
treee97c4ff4731ca151e20e55c9953be02a540d3bf0 /apps/plugin.c
parent9542471f7d166458a31220a33e4bd53769a695fc (diff)
downloadrockbox-f8709ac7e25386017cee762666c12e2ac6d71a7a.tar.gz
rockbox-f8709ac7e25386017cee762666c12e2ac6d71a7a.zip
H10 20GB: Assembly YUV blitting and dithering.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16171 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 2149fdaee8..1f773cfd2d 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -187,7 +187,8 @@ static const struct plugin_api rockbox_api = {
187#if defined(HAVE_LCD_COLOR) 187#if defined(HAVE_LCD_COLOR)
188 lcd_yuv_blit, 188 lcd_yuv_blit,
189#endif 189#endif
190#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) 190#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \
191 || defined (IRIVER_H10)
191 lcd_yuv_set_options, 192 lcd_yuv_set_options,
192#endif 193#endif
193 /* list */ 194 /* list */