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
|
playback_control.c
|
||||||
rgb_hsv.c
|
rgb_hsv.c
|
||||||
buflib.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)
|
#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4)
|
||||||
grey_core.c
|
grey_core.c
|
||||||
grey_draw.c
|
grey_draw.c
|
||||||
|
@ -33,6 +27,12 @@ playergfx.c
|
||||||
profile_plugin.c
|
profile_plugin.c
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#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
|
checkbox.c
|
||||||
picture.c
|
picture.c
|
||||||
xlcd_core.c
|
xlcd_core.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue