From 16908adafe402193261934b1bb1e4d0d33e7c56c Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Mon, 4 May 2009 16:02:21 +0000 Subject: Fix red on Player git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20852 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/SOURCES | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'apps/plugins/lib/SOURCES') 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 -- cgit v1.2.3