summaryrefslogtreecommitdiff
path: root/content/handlers/image/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-02-17 12:09:17 +0000
committerVincent Sanders <vince@kyllikki.org>2019-02-17 12:09:17 +0000
commit070c74b64822b40d2f80164ce5e207720506ef2e (patch)
tree884654a0cc277267c64fedbe9aa576a300091223 /content/handlers/image/Makefile
parent6185b254ca92638b45102743a6accf0894f7a890 (diff)
downloadnetsurf-070c74b64822b40d2f80164ce5e207720506ef2e.tar.gz
netsurf-070c74b64822b40d2f80164ce5e207720506ef2e.tar.bz2
add webp image handler
Diffstat (limited to 'content/handlers/image/Makefile')
-rw-r--r--content/handlers/image/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/handlers/image/Makefile b/content/handlers/image/Makefile
index e5ac3b555..1c27f74d7 100644
--- a/content/handlers/image/Makefile
+++ b/content/handlers/image/Makefile
@@ -12,5 +12,6 @@ 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_VIDEO) += video.c
+S_IMAGE_$(NETSURF_USE_WEBP) += webp.c
S_IMAGE := $(S_IMAGE_YES)