summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2009-05-04 16:02:21 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2009-05-04 16:02:21 +0000
commit16908adafe402193261934b1bb1e4d0d33e7c56c (patch)
tree480fb991afb52b8540919ec5b080831d108e4bcd
parent20f76d61ae58bd47b647d79e40beebbbe747e480 (diff)
Fix red on Player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20852 a1c6a512-1295-4272-9138-f99709370657
-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
playback_control.c
rgb_hsv.c
buflib.c
-#if !defined(HAVE_BMP_SCALING) || !defined(HAVE_JPEG)
-pluginlib_resize.c
-#endif
-#ifndef HAVE_JPEG
-pluginlib_jpeg_load.c
-#endif
#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4)
grey_core.c
grey_draw.c
@@ -33,6 +27,12 @@ playergfx.c
profile_plugin.c
#endif
#ifdef HAVE_LCD_BITMAP
+#if !defined(HAVE_BMP_SCALING) || !defined(HAVE_JPEG)
+pluginlib_resize.c
+#endif
+#ifndef HAVE_JPEG
+pluginlib_jpeg_load.c
+#endif
checkbox.c
picture.c
xlcd_core.c