From 97dea9f287048685c295ba3418f1d0e540c6a10e Mon Sep 17 00:00:00 2001 From: Philip Pemberton Date: Thu, 5 Jun 2003 13:17:55 +0000 Subject: [project @ 2003-06-05 13:17:55 by philpem] Added GIF decode support svn path=/import/netsurf/; revision=160 --- desktop/netsurf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop/netsurf.c') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index bc62c0de0..a9912061a 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -1,5 +1,5 @@ /** - * $Id: netsurf.c,v 1.9 2003/06/01 23:02:56 monkeyson Exp $ + * $Id: netsurf.c,v 1.10 2003/06/05 13:17:55 philpem Exp $ */ #include "netsurf/desktop/options.h" @@ -34,6 +34,7 @@ void netsurf_init(int argc, char** argv) fetch_init(); cache_init(); nspng_init(); + nsgif_init(); } -- cgit v1.2.3