diff options
author | Mark Arigo <markarigo@gmail.com> | 2009-02-13 04:10:57 +0000 |
---|---|---|
committer | Mark Arigo <markarigo@gmail.com> | 2009-02-13 04:10:57 +0000 |
commit | 8e5c4ce097526f7668d9ebe89b6cae40b756ed8b (patch) | |
tree | fe64f362d7f87c5cb783e2cbbc0f7db9b5b2e838 /apps/plugin.h | |
parent | 802b57ccd7676a9f619e93a4d326cf6f524f2079 (diff) | |
download | rockbox-8e5c4ce097526f7668d9ebe89b6cae40b756ed8b.tar.gz rockbox-8e5c4ce097526f7668d9ebe89b6cae40b756ed8b.zip |
Philips HDD1630 - add LCD YUV functions so mpegplayer works.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19997 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 50598d5309..84c3d25654 100644 --- a/apps/plugin.h +++ b/apps/plugin.h | |||
@@ -205,7 +205,7 @@ struct plugin_api { | |||
205 | int src_x, int src_y, int stride, | 205 | int src_x, int src_y, int stride, |
206 | int x, int y, int width, int height); | 206 | int x, int y, int width, int height); |
207 | #if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \ | 207 | #if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \ |
208 | || defined(IRIVER_H10) || defined(COWON_D2) | 208 | || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) |
209 | void (*lcd_yuv_set_options)(unsigned options); | 209 | void (*lcd_yuv_set_options)(unsigned options); |
210 | #endif | 210 | #endif |
211 | #elif (LCD_DEPTH < 4) && !defined(SIMULATOR) | 211 | #elif (LCD_DEPTH < 4) && !defined(SIMULATOR) |