forked from len0rd/rockbox
Move the monolithic jpeg viewer into its own subdirectory and split it into three (for now - maybe it should be split further) files - jpeg.c (the main plugin/viewer parts), jpeg_decoder.c (the actual decoder) and. for colour targets only, yuv2rgb.c. The intention of this commit is as a first step towards abstracting this viewer into a reusable jpeg decoder and a multi-format image viewer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18853 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b0b3f0339a
commit
76596deaf1
11 changed files with 3706 additions and 3436 deletions
5
apps/plugins/jpeg/SOURCES
Normal file
5
apps/plugins/jpeg/SOURCES
Normal file
|
@ -0,0 +1,5 @@
|
|||
jpeg.c
|
||||
jpeg_decoder.c
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
yuv2rgb.c
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue