diff options
author | Jens Arnold <amiconn@rockbox.org> | 2007-10-21 13:46:26 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2007-10-21 13:46:26 +0000 |
commit | c1051549b93d1905602ba25409cbd8f4a607c3b5 (patch) | |
tree | 303c0129884c3c32c6ca1e425b8edd4c9caf3ebc /apps/plugin.c | |
parent | e1a91b9138148bd33ee0bae72a7367b6282aca7f (diff) | |
download | rockbox-c1051549b93d1905602ba25409cbd8f4a607c3b5.tar.gz rockbox-c1051549b93d1905602ba25409cbd8f4a607c3b5.zip |
Implement YUV dithering for c200, and enable the option in mpegplayer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15246 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index bbb6d6feb2..a8781dd1ac 100644 --- a/apps/plugin.c +++ b/apps/plugin.c | |||
@@ -184,7 +184,7 @@ static const struct plugin_api rockbox_api = { | |||
184 | #if defined(HAVE_LCD_COLOR) | 184 | #if defined(HAVE_LCD_COLOR) |
185 | lcd_yuv_blit, | 185 | lcd_yuv_blit, |
186 | #endif | 186 | #endif |
187 | #if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) | 187 | #if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) |
188 | lcd_yuv_set_options, | 188 | lcd_yuv_set_options, |
189 | #endif | 189 | #endif |
190 | /* list */ | 190 | /* list */ |