mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
Fix red on Player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20852 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
20f76d61ae
commit
16908adafe
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue