From 3d4c68bb060bc926a1da72d6c00b86ebb87857c7 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Sat, 2 May 2009 03:47:46 +0000 Subject: Add read__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 --- apps/plugins/lib/SOURCES | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/lib/SOURCES') diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index 7dda416a87..dfdd569843 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -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 -- cgit v1.2.3