Skip to content

Commit

Permalink
bump libjxl to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Apr 17, 2024
1 parent 1fc68cd commit fb2a3d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
## Chromium Revision: 123.0.6312.133 (M122-stable)
- https://chromium.googlesource.com/chromium/src.git/+/refs/tags/123.0.6312.133

## libjxl Revision: 41b8cdab7815c79a060938bfe0c24337e2eb9e54 (v0.9.2)
## libjxl Revision: e1489592a770b989303b0edc5cc1dc447bbe0515 (v0.10.2)

- https://github.com/libjxl/libjxl/commit/41b8cdab7815c79a060938bfe0c24337e2eb9e54
- https://github.com/libjxl/libjxl/commit/e1489592a770b989303b0edc5cc1dc447bbe0515

## libhighway Revision: 58b52a717469e62b2d9b8eaa2f5dddb44d4a4cbf (1.1.0)

Expand Down
2 changes: 1 addition & 1 deletion src/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
'libjxl_revision': '41b8cdab7815c79a060938bfe0c24337e2eb9e54',
'libjxl_revision': 'e1489592a770b989303b0edc5cc1dc447bbe0515',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
Expand Down
8 changes: 4 additions & 4 deletions src/third_party/libjxl/README.chromium
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Name: libjxl JPEG XL image decoder library
Short Name: libjxl
URL: https://github.com/libjxl/libjxl
Version: 0.9.2
Date: 2024-02-07
Revision: 41b8cdab7815c79a060938bfe0c24337e2eb9e54
Version: 0.10.2
Date: 2024-03-08
Revision: e1489592a770b989303b0edc5cc1dc447bbe0515
License: BSD 3-Clause
License File: src/LICENSE
Security Critical: yes
CPEPrefix: cpe:/a:libjxl_project:libjxl:0.9.2
CPEPrefix: cpe:/a:libjxl_project:libjxl:0.10.2

Description:
The reference implementation for the JPEG XL image encoder/decoder.
Expand Down
2 changes: 1 addition & 1 deletion src/third_party/libjxl/gen_headers/jxl/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define JXL_VERSION_H_

#define JPEGXL_MAJOR_VERSION 0 ///< JPEG XL Major version
#define JPEGXL_MINOR_VERSION 9 ///< JPEG XL Minor version
#define JPEGXL_MINOR_VERSION 10 ///< JPEG XL Minor version
#define JPEGXL_PATCH_VERSION 2 ///< JPEG XL Patch version

/** Can be used to conditionally compile code for a specific JXL version
Expand Down

0 comments on commit fb2a3d6

Please sign in to comment.