summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/SOURCES')
-rw-r--r--apps/plugins/lib/SOURCES12
1 files changed, 5 insertions, 7 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index dfdd569843..dc4d41c35c 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -5,15 +5,13 @@ fixedpoint.c
5playback_control.c 5playback_control.c
6rgb_hsv.c 6rgb_hsv.c
7buflib.c 7buflib.c
8#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) 8#if !defined(HAVE_BMP_SCALING) || !defined(HAVE_JPEG)
9/*
10 The scaler is not provided in core on mono targets, but is built in
11 pluginlib for use with greylib overlay output
12*/
13#if LCD_DEPTH == 1
14pluginlib_resize.c 9pluginlib_resize.c
10#endif
11#ifndef HAVE_JPEG
15pluginlib_jpeg_load.c 12pluginlib_jpeg_load.c
16#endif 13#endif
14#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4)
17grey_core.c 15grey_core.c
18grey_draw.c 16grey_draw.c
19grey_parm.c 17grey_parm.c
@@ -45,7 +43,7 @@ read_image.c
45#ifdef HAVE_LCD_COLOR 43#ifdef HAVE_LCD_COLOR
46bmp_smooth_scale.c 44bmp_smooth_scale.c
47#endif 45#endif
48#ifndef HAVE_ALBUMART 46#if !defined(HAVE_ALBUMART) || !defined(HAVE_JPEG)
49pluginlib_albumart.c 47pluginlib_albumart.c
50#endif 48#endif
51#endif 49#endif