Fix red on Player

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20852 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andrew Mahone 2009-05-04 16:02:21 +00:00
parent 20f76d61ae
commit 16908adafe

View file

@ -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