mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
as2525(v2): We don't need yuv blitting/greylib support in the bootloader so don't compile it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25483 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
20003ec1c0
commit
ae69e92008
5 changed files with 26 additions and 6 deletions
|
|
@ -306,6 +306,8 @@ void lcd_yuv_set_options(unsigned options)
|
|||
lcd_yuv_options = options;
|
||||
}
|
||||
|
||||
|
||||
#ifndef BOOTLOADER
|
||||
/* Line write helper function for lcd_yuv_blit. Write two lines of yuv420. */
|
||||
extern void lcd_write_yuv420_lines(unsigned char const * const src[3],
|
||||
int width,
|
||||
|
|
@ -380,6 +382,9 @@ void lcd_blit_yuv(unsigned char * const src[3],
|
|||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
/* Update the display.
|
||||
This must be called after all other LCD functions that change the display. */
|
||||
void lcd_update(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue