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.zip rockbox-c1051549b93d1905602ba25409cbd8f4a607c3b5.tar.gz rockbox-c1051549b93d1905602ba25409cbd8f4a607c3b5.tar.bz2 rockbox-c1051549b93d1905602ba25409cbd8f4a607c3b5.tar.xz | |
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 bbb6d6f..a8781dd 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -184,7 +184,7 @@ static const struct plugin_api rockbox_api = { #if defined(HAVE_LCD_COLOR) lcd_yuv_blit, #endif -#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) +#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) lcd_yuv_set_options, #endif /* list */ |