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, 6 insertions, 6 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index dc4d41c35c..889fb7922f 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -5,12 +5,6 @@ fixedpoint.c
5playback_control.c 5playback_control.c
6rgb_hsv.c 6rgb_hsv.c
7buflib.c 7buflib.c
8#if !defined(HAVE_BMP_SCALING) || !defined(HAVE_JPEG)
9pluginlib_resize.c
10#endif
11#ifndef HAVE_JPEG
12pluginlib_jpeg_load.c
13#endif
14#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) 8#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4)
15grey_core.c 9grey_core.c
16grey_draw.c 10grey_draw.c
@@ -33,6 +27,12 @@ playergfx.c
33profile_plugin.c 27profile_plugin.c
34#endif 28#endif
35#ifdef HAVE_LCD_BITMAP 29#ifdef HAVE_LCD_BITMAP
30#if !defined(HAVE_BMP_SCALING) || !defined(HAVE_JPEG)
31pluginlib_resize.c
32#endif
33#ifndef HAVE_JPEG
34pluginlib_jpeg_load.c
35#endif
36checkbox.c 36checkbox.c
37picture.c 37picture.c
38xlcd_core.c 38xlcd_core.c