summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-05-25 22:59:23 +0000
committerThomas Martitz <kugel@rockbox.org>2009-05-25 22:59:23 +0000
commit29bbcebee4043ef09ca5c71fb36251a3073e94f2 (patch)
tree1de5059557bcb159ec6076eca0033c52a1c44829
parentfc9409543684801e7aebc42fb91475eea137a3c1 (diff)
downloadrockbox-29bbcebee4043ef09ca5c71fb36251a3073e94f2.tar.gz
rockbox-29bbcebee4043ef09ca5c71fb36251a3073e94f2.zip
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.h6
-rw-r--r--firmware/export/config-yh920.h6
-rw-r--r--firmware/export/config-yh925.h6
3 files changed, 18 insertions, 0 deletions
diff --git a/firmware/export/config-yh820.h b/firmware/export/config-yh820.h
index b96a7c72ea..28c2a5883c 100644
--- a/firmware/export/config-yh820.h
+++ b/firmware/export/config-yh820.h
@@ -72,6 +72,12 @@
72/* define this if you want album art for this target */ 72/* define this if you want album art for this target */
73#define HAVE_ALBUMART 73#define HAVE_ALBUMART
74 74
75/* define this to enable bitmap scaling */
76#define HAVE_BMP_SCALING
77
78/* define this to enable JPEG decoding */
79#define HAVE_JPEG
80
75/* define this if you have access to the quickscreen */ 81/* define this if you have access to the quickscreen */
76#define HAVE_QUICKSCREEN 82#define HAVE_QUICKSCREEN
77 83
diff --git a/firmware/export/config-yh920.h b/firmware/export/config-yh920.h
index 62febaac71..119b293d3a 100644
--- a/firmware/export/config-yh920.h
+++ b/firmware/export/config-yh920.h
@@ -78,6 +78,12 @@
78/* define this if you want album art for this target */ 78/* define this if you want album art for this target */
79#define HAVE_ALBUMART 79#define HAVE_ALBUMART
80 80
81/* define this to enable bitmap scaling */
82#define HAVE_BMP_SCALING
83
84/* define this to enable JPEG decoding */
85#define HAVE_JPEG
86
81/* define this if you have access to the quickscreen */ 87/* define this if you have access to the quickscreen */
82#define HAVE_QUICKSCREEN 88#define HAVE_QUICKSCREEN
83 89
diff --git a/firmware/export/config-yh925.h b/firmware/export/config-yh925.h
index 3a6403f93f..94d79f6da4 100644
--- a/firmware/export/config-yh925.h
+++ b/firmware/export/config-yh925.h
@@ -75,6 +75,12 @@
75/* define this if you want album art for this target */ 75/* define this if you want album art for this target */
76#define HAVE_ALBUMART 76#define HAVE_ALBUMART
77 77
78/* define this to enable bitmap scaling */
79#define HAVE_BMP_SCALING
80
81/* define this to enable JPEG decoding */
82#define HAVE_JPEG
83
78/* define this if you have access to the quickscreen */ 84/* define this if you have access to the quickscreen */
79#define HAVE_QUICKSCREEN 85#define HAVE_QUICKSCREEN
80 86