From d6ae9d399b8d58a7133e47991ee5690e3c98c366 Mon Sep 17 00:00:00 2001 From: kugel Date: Mon, 25 May 2009 22:59:23 +0000 Subject: [PATCH] Samsung YH*: enable bmp scaler and core jpeg support git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21087 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-yh820.h | 6 ++++++ firmware/export/config-yh920.h | 6 ++++++ firmware/export/config-yh925.h | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/firmware/export/config-yh820.h b/firmware/export/config-yh820.h index b96a7c72e..28c2a5883 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 62febaac7..119b293d3 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 3a6403f93..94d79f6da 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 -- 2.11.4.GIT