From dbe5d1ef87ff5a348ae758bdb9635f767822d7d4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 26 Nov 2023 15:51:40 +0000 Subject: Implement simple jpeg xl image handler --- content/handlers/image/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'content/handlers/image/Makefile') 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 -- cgit v1.2.3