forked from len0rd/rockbox
fix yellow - don't build pluginlib_albumart.c on non-bitmap targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19840 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d08d015766
commit
9b0b6584f8
1 changed files with 3 additions and 3 deletions
|
@ -45,13 +45,13 @@ pluginlib_bmp.c
|
||||||
#ifdef HAVE_LCD_COLOR
|
#ifdef HAVE_LCD_COLOR
|
||||||
bmp_smooth_scale.c
|
bmp_smooth_scale.c
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef HAVE_ALBUMART
|
||||||
|
pluginlib_albumart.c
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
pluginlib_actions.c
|
pluginlib_actions.c
|
||||||
helper.c
|
helper.c
|
||||||
#ifdef HAVE_TOUCHSCREEN
|
#ifdef HAVE_TOUCHSCREEN
|
||||||
touchscreen.c
|
touchscreen.c
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_ALBUMART
|
|
||||||
pluginlib_albumart.c
|
|
||||||
#endif
|
|
||||||
md5.c
|
md5.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue