diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2009-05-25 22:59:23 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2009-05-25 22:59:23 +0000 |
| commit | 29bbcebee4043ef09ca5c71fb36251a3073e94f2 (patch) | |
| tree | 1de5059557bcb159ec6076eca0033c52a1c44829 | |
| parent | fc9409543684801e7aebc42fb91475eea137a3c1 (diff) | |
| download | rockbox-29bbcebee4043ef09ca5c71fb36251a3073e94f2.zip rockbox-29bbcebee4043ef09ca5c71fb36251a3073e94f2.tar.gz rockbox-29bbcebee4043ef09ca5c71fb36251a3073e94f2.tar.bz2 rockbox-29bbcebee4043ef09ca5c71fb36251a3073e94f2.tar.xz | |
Samsung YH*: enable bmp scaler and core jpeg support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21087 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-yh820.h | 6 | ||||
| -rw-r--r-- | firmware/export/config-yh920.h | 6 | ||||
| -rw-r--r-- | firmware/export/config-yh925.h | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/firmware/export/config-yh820.h b/firmware/export/config-yh820.h index b96a7c7..28c2a58 100644 --- a/firmware/export/config-yh820.h +++ b/firmware/export/config-yh820.h @@ -72,6 +72,12 @@ /* define this if you want album art for this target */ #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 HAVE_QUICKSCREEN diff --git a/firmware/export/config-yh920.h b/firmware/export/config-yh920.h index 62febaa..119b293 100644 --- a/firmware/export/config-yh920.h +++ b/firmware/export/config-yh920.h @@ -78,6 +78,12 @@ /* define this if you want album art for this target */ #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 HAVE_QUICKSCREEN diff --git a/firmware/export/config-yh925.h b/firmware/export/config-yh925.h index 3a6403f..94d79f6 100644 --- a/firmware/export/config-yh925.h +++ b/firmware/export/config-yh925.h @@ -75,6 +75,12 @@ /* define this if you want album art for this target */ #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 HAVE_QUICKSCREEN |