forked from len0rd/rockbox
Plugin JPEG decoder for data in memory, along with test_mem_jpeg.c and bench_mem_jpeg.c plugins to test and benchmark it, and a line-length clean up in jpeg_load.c.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20871 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c91e73e922
commit
a75c72c169
7 changed files with 435 additions and 14 deletions
|
@ -27,9 +27,8 @@ playergfx.c
|
|||
profile_plugin.c
|
||||
#endif
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#if !defined(HAVE_BMP_SCALING) || !defined(HAVE_JPEG)
|
||||
pluginlib_jpeg_mem.c
|
||||
pluginlib_resize.c
|
||||
#endif
|
||||
#ifndef HAVE_JPEG
|
||||
pluginlib_jpeg_load.c
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue