summaryrefslogtreecommitdiff
path: root/content/handlers/image/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2023-11-26 15:51:40 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2023-11-26 17:26:09 +0000
commitdbe5d1ef87ff5a348ae758bdb9635f767822d7d4 (patch)
tree1c08778afc0af2be65a63b9ddf5d698dc063da74 /content/handlers/image/Makefile
parentbbeb93d512973f7c04714f7a43ea185c15ec65ba (diff)
downloadnetsurf-dbe5d1ef87ff5a348ae758bdb9635f767822d7d4.tar.gz
netsurf-dbe5d1ef87ff5a348ae758bdb9635f767822d7d4.tar.bz2
Implement simple jpeg xl 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 afc90f407..ac052b37a 100644
--- a/content/handlers/image/Makefile
+++ b/content/handlers/image/Makefile
@@ -7,6 +7,7 @@ S_IMAGE_$(NETSURF_USE_BMP) += bmp.c
S_IMAGE_$(NETSURF_USE_GIF) += gif.c
S_IMAGE_$(NETSURF_USE_BMP) += ico.c
S_IMAGE_$(NETSURF_USE_JPEG) += jpeg.c
+S_IMAGE_$(NETSURF_USE_JPEGXL) += jpegxl.c
S_IMAGE_$(NETSURF_USE_ROSPRITE) += nssprite.c
S_IMAGE_$(NETSURF_USE_PNG) += png.c
S_IMAGE_$(NETSURF_USE_NSSVG) += svg.c