summaryrefslogtreecommitdiff
path: root/libre/netsurf/netsurf-remove_webp.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-10-02 01:11:07 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-10-02 01:11:07 -0500
commit4237dd25aafc915e0e7cdbd79a98567a3b186b7c (patch)
tree5b30355bfb58f85f1cd331a76304cc7cfb031423 /libre/netsurf/netsurf-remove_webp.patch
parentef7dbdc983c2bd62a5cedd58adfda1806c280774 (diff)
downloadabslibre-4237dd25aafc915e0e7cdbd79a98567a3b186b7c.tar.gz
abslibre-4237dd25aafc915e0e7cdbd79a98567a3b186b7c.tar.bz2
abslibre-4237dd25aafc915e0e7cdbd79a98567a3b186b7c.zip
netsurf: armv7h port
Diffstat (limited to 'libre/netsurf/netsurf-remove_webp.patch')
-rw-r--r--libre/netsurf/netsurf-remove_webp.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/libre/netsurf/netsurf-remove_webp.patch b/libre/netsurf/netsurf-remove_webp.patch
new file mode 100644
index 000000000..d55ca287d
--- /dev/null
+++ b/libre/netsurf/netsurf-remove_webp.patch
@@ -0,0 +1,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;
+ }
+