From 93f8d3badcfb5e25fb3941a49b3a1be860ee1f31 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 5 Oct 2004 14:36:44 +0000 Subject: [project @ 2004-10-05 14:36:44 by jmb] Lose RISC OS specific includes from GIF code. Fix jpegs for the gtk build. Allow use of gifs in gtk build. svn path=/import/netsurf/; revision=1303 --- utils/config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'utils/config.h') diff --git a/utils/config.h b/utils/config.h index 3010f5fcc..281dd26f8 100644 --- a/utils/config.h +++ b/utils/config.h @@ -26,9 +26,7 @@ #define WITH_JPEG #define WITH_MNG #define WITH_PNG -#if defined(riscos) || defined(ncos) || defined(debug) - #define WITH_GIF -#endif +#define WITH_GIF #if defined(riscos) || defined(ncos) #define WITH_DRAW #define WITH_SPRITE -- cgit v1.2.3