From e5b1a7d4237a9006b6c49c9c1c13b292ca4ecf7c Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Sun, 21 Nov 2010 13:47:56 +0000 Subject: 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 --- apps/plugins/imageviewer/SOURCES | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 apps/plugins/imageviewer/SOURCES (limited to 'apps/plugins/imageviewer/SOURCES') diff --git a/apps/plugins/imageviewer/SOURCES b/apps/plugins/imageviewer/SOURCES new file mode 100644 index 0000000..610087b --- /dev/null +++ b/apps/plugins/imageviewer/SOURCES @@ -0,0 +1,2 @@ +imageviewer.c +image_decoder.c -- cgit v1.1