summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer')
-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 c77c433dee..174921e837 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) && !defined(SIMULATOR) 204 || CONFIG_LCD == LCD_H300 || CONFIG_LCD == LCD_IPODVIDEO) \
205 && !defined(SIMULATOR)
205 rb->lcd_yuv_blit(buf, 206 rb->lcd_yuv_blit(buf,
206 0,0,image_width, 207 0,0,image_width,
207 output_x,output_y,output_width,output_height); 208 output_x,output_y,output_width,output_height);