From 287d6223d3e4f90043e5fd36cf49d7267b53023d Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 25 Sep 2007 02:59:42 +0000 Subject: Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for ARm just to make it all work more nicely. Move UI simulator YUV code to its core to adapt it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14851 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index bdb59e6005..f56d532537 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -179,7 +179,7 @@ static const struct plugin_api rockbox_api = { lcd_remote_bitmap, #endif -#if defined(HAVE_LCD_COLOR) && !defined(SIMULATOR) +#if defined(HAVE_LCD_COLOR) lcd_yuv_blit, #endif /* list */ @@ -505,6 +505,10 @@ static const struct plugin_api rockbox_api = { get_metadata, #endif led, + +#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) + lcd_yuv_set_options, +#endif }; int plugin_load(const char* plugin, void* parameter) -- cgit v1.2.3