1
0
Fork 0
forked from len0rd/rockbox

Samsung YH*: enable bmp scaler and core jpeg support

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21087 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-05-25 22:59:23 +00:00
parent fc94095436
commit 29bbcebee4
3 changed files with 18 additions and 0 deletions

View file

@ -72,6 +72,12 @@
/* define this if you want album art for this target */ /* define this if you want album art for this target */
#define HAVE_ALBUMART #define HAVE_ALBUMART
/* define this to enable bitmap scaling */
#define HAVE_BMP_SCALING
/* define this to enable JPEG decoding */
#define HAVE_JPEG
/* define this if you have access to the quickscreen */ /* define this if you have access to the quickscreen */
#define HAVE_QUICKSCREEN #define HAVE_QUICKSCREEN

View file

@ -78,6 +78,12 @@
/* define this if you want album art for this target */ /* define this if you want album art for this target */
#define HAVE_ALBUMART #define HAVE_ALBUMART
/* define this to enable bitmap scaling */
#define HAVE_BMP_SCALING
/* define this to enable JPEG decoding */
#define HAVE_JPEG
/* define this if you have access to the quickscreen */ /* define this if you have access to the quickscreen */
#define HAVE_QUICKSCREEN #define HAVE_QUICKSCREEN

View file

@ -75,6 +75,12 @@
/* define this if you want album art for this target */ /* define this if you want album art for this target */
#define HAVE_ALBUMART #define HAVE_ALBUMART
/* define this to enable bitmap scaling */
#define HAVE_BMP_SCALING
/* define this to enable JPEG decoding */
#define HAVE_JPEG
/* define this if you have access to the quickscreen */ /* define this if you have access to the quickscreen */
#define HAVE_QUICKSCREEN #define HAVE_QUICKSCREEN