forked from len0rd/rockbox
FS#6321: Universal Image Viewer
This unifies jpeg viewer, png viewer, and bmp viewer to one plugin, image viewer, so that you can navigate through different image formats. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28626 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eef21cb18a
commit
e5b1a7d423
26 changed files with 582 additions and 478 deletions
|
@ -181,6 +181,9 @@ OUTPUT_FORMAT(elf32-littlemips)
|
|||
#elif defined OVERLAY_OFFSET
|
||||
#define THIS_LENGTH (DRAMSIZE - OVERLAY_OFFSET)
|
||||
#define THIS_ORIGIN (DRAMORIG + OVERLAY_OFFSET)
|
||||
#elif defined IMGVDECODER_OFFSET
|
||||
#define THIS_LENGTH (PLUGIN_LENGTH - IMGVDECODER_OFFSET)
|
||||
#define THIS_ORIGIN (PLUGIN_ORIGIN + IMGVDECODER_OFFSET)
|
||||
#else /* plugin */
|
||||
#define THIS_LENGTH PLUGIN_LENGTH
|
||||
#define THIS_ORIGIN PLUGIN_ORIGIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue