diff --git a/codecs/jxl/Makefile b/codecs/jxl/Makefile index a074e18a..083b4b98 100644 --- a/codecs/jxl/Makefile +++ b/codecs/jxl/Makefile @@ -1,5 +1,5 @@ CODEC_URL = https://gitlab.com/wg1/jpeg-xl.git -CODEC_VERSION = v0.1.1 +CODEC_VERSION = 739e6cd1305fdec5acfa47ad414189b3d3ecb6a4 CODEC_DIR = node_modules/jxl CODEC_BUILD_ROOT := $(CODEC_DIR)/build CODEC_MT_BUILD_DIR := $(CODEC_BUILD_ROOT)/mt @@ -78,9 +78,12 @@ $(CODEC_MT_SIMD_BUILD_DIR)/Makefile: CXXFLAGS+=-msimd128 -B $(@D) \ $(