summaryrefslogtreecommitdiff
path: root/libre/netsurf/netsurf-remove_webp.patch
blob: d55ca287de9c0197221f57f80075d735f703233b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- netsurf-3.3.orig/image/image.c	2015-10-02 05:50:57.797404767 +0000
+++ netsurf-3.3/image/image.c	2015-10-02 05:53:03.592308206 +0000
@@ -37,8 +37,6 @@
 #include "image/png.h"
 #include "image/rsvg.h"
 #include "image/svg.h"
-#include "image/webp.h"
-
 #include "image/image.h"
 
 /**
@@ -98,12 +96,6 @@
 		return error;
 #endif
 
-#ifdef WITH_WEBP
-	error = webp_init();
-	if (error != NSERROR_OK)
-		return error;
-#endif /* WITH_WEBP */
-
 	return NSERROR_OK;
 }