From 8e5c4ce097526f7668d9ebe89b6cae40b756ed8b Mon Sep 17 00:00:00 2001 From: Mark Arigo Date: Fri, 13 Feb 2009 04:10:57 +0000 Subject: Philips HDD1630 - add LCD YUV functions so mpegplayer works. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19997 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 50598d5..84c3d25 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -205,7 +205,7 @@ struct plugin_api { int src_x, int src_y, int stride, int x, int y, int width, int height); #if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \ - || defined(IRIVER_H10) || defined(COWON_D2) + || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) void (*lcd_yuv_set_options)(unsigned options); #endif #elif (LCD_DEPTH < 4) && !defined(SIMULATOR) -- cgit v1.1