Add read_<image>_fd functions to plugin API, add feature_wrappers.h handling for them, and add read_image.[ch] wrapper for reading image files with automatic type detection.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20840 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andrew Mahone 2009-05-02 03:47:46 +00:00
parent 75f2629778
commit 3d4c68bb06
6 changed files with 105 additions and 5 deletions

View file

@ -41,6 +41,7 @@ xlcd_core.c
xlcd_draw.c
xlcd_scroll.c
pluginlib_bmp.c
read_image.c
#ifdef HAVE_LCD_COLOR
bmp_smooth_scale.c
#endif