summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/mpegplayer/video_out_rockbox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/video_out_rockbox.c b/apps/plugins/mpegplayer/video_out_rockbox.c
index 174921e837..cac5cf3d5c 100644
--- a/apps/plugins/mpegplayer/video_out_rockbox.c
+++ b/apps/plugins/mpegplayer/video_out_rockbox.c
@@ -201,7 +201,8 @@ static void rockbox_draw_frame (vo_instance_t * instance,
201 (void)instance; 201 (void)instance;
202 202
203#if (CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO \ 203#if (CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO \
204 || CONFIG_LCD == LCD_H300 || CONFIG_LCD == LCD_IPODVIDEO) \ 204 || CONFIG_LCD == LCD_H300 || CONFIG_LCD == LCD_IPODVIDEO \
205 || CONFIG_LCD == LCD_X5) \
205 && !defined(SIMULATOR) 206 && !defined(SIMULATOR)
206 rb->lcd_yuv_blit(buf, 207 rb->lcd_yuv_blit(buf,
207 0,0,image_width, 208 0,0,image_width,