summaryrefslogtreecommitdiff
path: root/media/libjxl/src/deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'media/libjxl/src/deps.sh')
-rwxr-xr-xmedia/libjxl/src/deps.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/media/libjxl/src/deps.sh b/media/libjxl/src/deps.sh
index 907589b267..9aaabba2e0 100755
--- a/media/libjxl/src/deps.sh
+++ b/media/libjxl/src/deps.sh
@@ -14,8 +14,7 @@ MYDIR=$(dirname $(realpath "$0"))
# Git revisions we use for the given submodules. Update these whenever you
# update a git submodule.
THIRD_PARTY_BROTLI="35ef5c554d888bef217d449346067de05e269b30"
-THIRD_PARTY_GFLAGS="827c769e5fc98e0f2a34c47cef953cc6328abced"
-THIRD_PARTY_HIGHWAY="f13e3b956eb226561ac79427893ec0afd66f91a8"
+THIRD_PARTY_HIGHWAY="22e3d7276f4157d4a47586ba9fd91dd6303f441a"
THIRD_PARTY_SKCMS="64374756e03700d649f897dbd98c95e78c30c7da"
THIRD_PARTY_SJPEG="868ab558fad70fcbe8863ba4e85179eeb81cc840"
THIRD_PARTY_ZLIB="cacf7f1d4e3d44d871b605da3b647f07d718623f"
@@ -73,7 +72,6 @@ EOF
# Sources downloaded from a tarball.
download_github third_party/brotli google/brotli
- download_github third_party/gflags gflags/gflags
download_github third_party/highway google/highway
download_github third_party/sjpeg webmproject/sjpeg
download_github third_party/skcms \