From e7f9dbcb10594a46c559d0ae7c7ed26ede8af9a2 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 21 Apr 2015 14:03:02 +0100 Subject: Remove webp image handling The bitmap and image handling interfaces have changed within NetSurf and the webp image handling has not been fixed up appropriately to cope. After discussion with the other developers it has been decided that the webp support is not worth the necessary development effort to rewrite and maintain. The webp format is not in wide usage and Mozilla, Microsoft and Apple have not adopted it. This means the removal will not adversely impact NetSurf. Resolves:2310 --- atari/Makefile.defaults | 4 ---- 1 file changed, 4 deletions(-) (limited to 'atari/Makefile.defaults') diff --git a/atari/Makefile.defaults b/atari/Makefile.defaults index 211c8e65d..b738b48a2 100644 --- a/atari/Makefile.defaults +++ b/atari/Makefile.defaults @@ -10,10 +10,6 @@ NETSURF_USE_LIBICONV_PLUG := NO # Valid options: YES, NO, AUTO NETSURF_USE_ROSPRITE := NO -# Enable NetSurf's use of libwebp for displaying WebPs -# Valid options: YES, NO -NETSURF_USE_WEBP := NO - # Enable NetSurf's use of librsvg in conjunction with Cairo to display SVGs # Valid options: YES, NO, AUTO NETSURF_USE_RSVG := AUTO -- cgit v1.2.3