From 986b650983f4c8ad3919153d13b9782f738d00fb Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 25 Jan 2004 20:13:51 +0000 Subject: [project @ 2004-01-25 20:13:51 by jmb] Add jpeglib 6b based rendering. Attempts to use the OS routines first as they're faster. svn path=/import/netsurf/; revision=503 --- desktop/netsurf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index eaab1491e..a35788ba8 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -56,6 +56,9 @@ void netsurf_init(int argc, char** argv) fetch_init(); cache_init(); fetchcache_init(); +#ifdef WITH_JPEG + nsjpeg_init(); +#endif #ifdef WITH_PNG nspng_init(); #endif -- cgit v1.2.3