summaryrefslogtreecommitdiff
path: root/image/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-21 14:03:02 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-21 14:03:02 +0100
commite7f9dbcb10594a46c559d0ae7c7ed26ede8af9a2 (patch)
tree169566f5cd387d5898254fc63f49f156020e4bf9 /image/Makefile
parent19abe9bddfaeba06222ded85ca1e3430c4414354 (diff)
downloadnetsurf-e7f9dbcb10594a46c559d0ae7c7ed26ede8af9a2.tar.gz
netsurf-e7f9dbcb10594a46c559d0ae7c7ed26ede8af9a2.tar.bz2
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
Diffstat (limited to 'image/Makefile')
-rw-r--r--image/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/image/Makefile b/image/Makefile
index 9992c5443..5851a1c43 100644
--- a/image/Makefile
+++ b/image/Makefile
@@ -10,7 +10,6 @@ S_IMAGE_$(NETSURF_USE_ROSPRITE) += nssprite.c
S_IMAGE_$(NETSURF_USE_PNG) += png.c
S_IMAGE_$(NETSURF_USE_NSSVG) += svg.c
S_IMAGE_$(NETSURF_USE_RSVG) += rsvg.c
-S_IMAGE_$(NETSURF_USE_WEBP) += webp.c
S_IMAGE_$(NETSURF_USE_VIDEO) += video.c
S_IMAGE := $(addprefix image/,$(S_IMAGE_YES))