summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/netsurf.c3
1 files changed, 3 insertions, 0 deletions
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