forked from len0rd/rockbox
Clean up the #ifdefs surrounding the definition of lcd_yuv_blit() and add an initial (untested) implementation for the Gigabeat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10541 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c002d894d
commit
7fe7427de8
3 changed files with 104 additions and 10 deletions
|
|
@ -200,10 +200,7 @@ static void rockbox_draw_frame (vo_instance_t * instance,
|
|||
(void)id;
|
||||
(void)instance;
|
||||
|
||||
#if (CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO \
|
||||
|| CONFIG_LCD == LCD_H300 || CONFIG_LCD == LCD_IPODVIDEO \
|
||||
|| CONFIG_LCD == LCD_X5) \
|
||||
&& !defined(SIMULATOR)
|
||||
#if defined(HAVE_LCD_COLOR) && !defined(SIMULATOR)
|
||||
rb->lcd_yuv_blit(buf,
|
||||
0,0,image_width,
|
||||
output_x,output_y,output_width,output_height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue