From 3371a27391e828c6417e6d805572cf261b138785 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 3 Sep 2004 22:44:48 +0000 Subject: [project @ 2004-09-03 22:44:47 by bursa] Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken. svn path=/import/netsurf/; revision=1265 --- utils/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/config.h') diff --git a/utils/config.h b/utils/config.h index a7c844424..3010f5fcc 100644 --- a/utils/config.h +++ b/utils/config.h @@ -23,11 +23,11 @@ #define WITH_COOKIES /* Image renderering modules */ +#define WITH_JPEG +#define WITH_MNG +#define WITH_PNG #if defined(riscos) || defined(ncos) || defined(debug) #define WITH_GIF - #define WITH_JPEG - #define WITH_PNG - #define WITH_MNG #endif #if defined(riscos) || defined(ncos) #define WITH_DRAW -- cgit v1.2.1