[webkit-changes] [WebKit/WebKit] bc4e64: Build against libjxl 0.9
Michael Catanzaro
noreply at github.com
Mon Jul 24 07:53:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bc4e645b7e9b460eddb956debc09b5da1cd8b6f5
https://github.com/WebKit/WebKit/commit/bc4e645b7e9b460eddb956debc09b5da1cd8b6f5
Author: Michael Catanzaro <mcatanzaro at redhat.com>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M Source/WebCore/platform/image-decoders/jpegxl/JPEGXLImageDecoder.cpp
Log Message:
-----------
Build against libjxl 0.9
https://bugs.webkit.org/show_bug.cgi?id=259393
Reviewed by Carlos Garcia Campos.
As libjxl works towards version 1.0, there are still API/ABI breaks on
every 0.n release. libjxl 0.9 removed an unused parameter to some ICC
functions we depend on.
* Source/WebCore/platform/image-decoders/jpegxl/JPEGXLImageDecoder.cpp:
(WebCore::JPEGXLImageDecoder::tryDecodeICCColorProfile):
Canonical link: https://commits.webkit.org/266244@main
More information about the webkit-changes
mailing list