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 --- amiga/Makefile.defaults | 4 ---- amiga/Makefile.target | 2 -- 2 files changed, 6 deletions(-) (limited to 'amiga') diff --git a/amiga/Makefile.defaults b/amiga/Makefile.defaults index cfd6a7629..0674a9de2 100644 --- a/amiga/Makefile.defaults +++ b/amiga/Makefile.defaults @@ -14,10 +14,6 @@ endif # 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 to display Amiga icons # Valid options: YES, NO (recommended) NETSURF_USE_AMIGA_ICON := YES diff --git a/amiga/Makefile.target b/amiga/Makefile.target index 10e759b16..5c7bc3b45 100644 --- a/amiga/Makefile.target +++ b/amiga/Makefile.target @@ -14,7 +14,6 @@ NETSURF_FEATURE_ROSPRITE_CFLAGS := -DWITH_NSSPRITE NETSURF_FEATURE_BMP_CFLAGS := -DWITH_BMP NETSURF_FEATURE_GIF_CFLAGS := -DWITH_GIF NETSURF_FEATURE_PNG_CFLAGS := -DWITH_PNG -NETSURF_FEATURE_WEBP_CFLAGS := -DWITH_WEBP NETSURF_FEATURE_NSSVG_CFLAGS := -DWITH_NS_SVG NETSURF_FEATURE_VIDEO_CFLAGS := -DWITH_VIDEO @@ -24,7 +23,6 @@ ifeq ($(HOST),amiga) $(eval $(call feature_enabled,GIF,-DWITH_GIF,-lnsgif,GIF (libnsgif))) $(eval $(call feature_enabled,PNG,-DWITH_PNG,-lpng,PNG (libpng) )) $(eval $(call feature_enabled,NSSVG,-DWITH_NS_SVG,-lsvgtiny,SVG (libsvgtiny))) - $(eval $(call feature_enabled,WEBP,-DWITH_WEBP,-lwebp,WebP (libwebp))) $(eval $(call feature_enabled,VIDEO,-DWITH_VIDEO -I /SDK/local/newlib/include/glib-2.0,-lgstreamer-0.10 -lglib-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lintl -lffi,Video (libgstreamer))) $(eval $(call feature_enabled,JS,-DXP_UNIX -DWITH_JS -DJS_VERSION=185,-lstdc++ -lmozjs185,JavaScript)) $(eval $(call feature_enabled,MOZJS,-DXP_AMIGA -DWITH_MOZJS -DJS_VERSION=170 -DJSVERSION_LATEST=170 -DJSOPTION_JIT=0 -DJSCLASS_GLOBAL_FLAGS=0,-ljs -lfdlibm,JavaScript)) -- cgit v1.2.3