summaryrefslogtreecommitdiff
path: root/image/Makefile
diff options
context:
space:
mode:
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))