From 35500c22a47001f16992dc2222ff06e49869fdce Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sun, 28 Mar 2010 02:41:29 +0000 Subject: Fuzev2: add dithering option for mpegplayer git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25364 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 46ab6e6429..c9f649b096 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -152,7 +152,8 @@ static const struct plugin_api rockbox_api = { lcd_blit_yuv, #if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \ || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) \ - || defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(TOSHIBA_GIGABEAT_S) + || defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(SANSA_FUZEV2) \ + || defined(TOSHIBA_GIGABEAT_S) lcd_yuv_set_options, #endif #endif /* MEMORYSIZE > 2 */ -- cgit v1.2.3