From 76596deaf1c90f107d43542bf60c9bad1a7ffd68 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 21 Oct 2008 16:05:46 +0000 Subject: 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 --- apps/plugins/SOURCES | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/plugins/SOURCES') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 4bcc144ed8..b1b397d062 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -24,11 +24,6 @@ viewer.c lamp.c #endif /* HAVE_BACKLIGHT */ -#ifdef OLYMPUS_MROBE_500 -/* remove these once the plugins before it are compileable */ -jpeg.c -#endif - #ifndef OLYMPUS_MROBE_500 #if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR) @@ -62,7 +57,6 @@ ppmviewer.c /* Plugins needing the grayscale lib on low-depth LCDs */ fire.c -jpeg.c mandelbrot.c plasma.c -- cgit v1.2.3