From 200e01132c75d18b0f933221645c898ff8c7b892 Mon Sep 17 00:00:00 2001 From: Luca Versari Date: Mon, 7 Dec 2020 16:12:45 +0100 Subject: [PATCH] Make the JXL Makefile work with both tags and SHAs. --- codecs/jxl/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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) \ $(