diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2009-05-04 16:02:21 +0000 |
|---|---|---|
| committer | Andrew Mahone <andrew.mahone@gmail.com> | 2009-05-04 16:02:21 +0000 |
| commit | 16908adafe402193261934b1bb1e4d0d33e7c56c (patch) | |
| tree | 480fb991afb52b8540919ec5b080831d108e4bcd /apps/plugins | |
| parent | 20f76d61ae58bd47b647d79e40beebbbe747e480 (diff) | |
| download | rockbox-16908adafe402193261934b1bb1e4d0d33e7c56c.zip rockbox-16908adafe402193261934b1bb1e4d0d33e7c56c.tar.gz rockbox-16908adafe402193261934b1bb1e4d0d33e7c56c.tar.bz2 rockbox-16908adafe402193261934b1bb1e4d0d33e7c56c.tar.xz | |
Fix red on Player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20852 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/lib/SOURCES | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index dc4d41c..889fb79 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 |