1
0
Fork 0
forked from len0rd/rockbox

plugins/lib/feature_wrappers.h to provide easy access to some feature that may be in either API or pluginlib depending on target

pictureflow modified to use feature wrappers, and built on all targets that have tagcache and are swcodec


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19837 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andrew Mahone 2009-01-24 09:29:22 +00:00
parent 3f7d137725
commit 6fc558b2db
5 changed files with 80 additions and 10 deletions

View file

@ -669,7 +669,7 @@ matrix_normal.bmp
#endif
/* pictureflow */
#if defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE)
#if defined(HAVE_LCD_BITMAP) && defined(HAVE_TAGCACHE)
#if (LCD_WIDTH < 200)
pictureflow_logo.100x18x16.bmp
#else