summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-10-21 16:05:46 +0000
committerDave Chapman <dave@dchapman.com>2008-10-21 16:05:46 +0000
commit76596deaf1c90f107d43542bf60c9bad1a7ffd68 (patch)
treeba3a919baa3a3ddd3064f86d98bc220b4daee654 /apps/plugins/SOURCES
parentb0b3f0339ab928530ceac34a0d2714b266f8d831 (diff)
downloadrockbox-76596deaf1c90f107d43542bf60c9bad1a7ffd68.tar.gz
rockbox-76596deaf1c90f107d43542bf60c9bad1a7ffd68.zip
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
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES6
1 files changed, 0 insertions, 6 deletions
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
24lamp.c 24lamp.c
25#endif /* HAVE_BACKLIGHT */ 25#endif /* HAVE_BACKLIGHT */
26 26
27#ifdef OLYMPUS_MROBE_500
28/* remove these once the plugins before it are compileable */
29jpeg.c
30#endif
31
32#ifndef OLYMPUS_MROBE_500 27#ifndef OLYMPUS_MROBE_500
33 28
34#if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR) 29#if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
@@ -62,7 +57,6 @@ ppmviewer.c
62 57
63/* Plugins needing the grayscale lib on low-depth LCDs */ 58/* Plugins needing the grayscale lib on low-depth LCDs */
64fire.c 59fire.c
65jpeg.c
66mandelbrot.c 60mandelbrot.c
67plasma.c 61plasma.c
68 62