Skip to content

Commit

Permalink
Remove brotli dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
szabadka committed Jul 8, 2024
1 parent 84a6f0e commit f76b2f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "third_party/brotli"]
path = third_party/brotli
url = https://github.com/google/brotli
[submodule "third_party/lcms"]
path = third_party/lcms
url = https://github.com/mm2/Little-CMS
Expand Down
4 changes: 1 addition & 3 deletions deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

# This file downloads the dependencies needed to build JPEG XL into third_party.
# This file downloads the dependencies needed to build jpegli into third_party.
# These dependencies are normally pulled by git.

set -eu
Expand All @@ -15,7 +15,6 @@ MYDIR=$(dirname $(realpath "$0"))
# Git revisions we use for the given submodules. Update these whenever you
# update a git submodule.
TESTDATA="873045a9c42ed60721756e26e2a6b32e17415205"
THIRD_PARTY_BROTLI="36533a866ed1ca4b75cf049f4521e4ec5fe24727"
THIRD_PARTY_HIGHWAY="58b52a717469e62b2d9b8eaa2f5dddb44d4a4cbf"
THIRD_PARTY_SKCMS="42030a771244ba67f86b1c1c76a6493f873c5f91"
THIRD_PARTY_SJPEG="e5ab13008bb214deb66d5f3e17ca2f8dbff150bf"
Expand Down Expand Up @@ -82,7 +81,6 @@ EOF

# Sources downloaded from a tarball.
download_github testdata libjxl/testdata
download_github third_party/brotli google/brotli
download_github third_party/highway google/highway
download_github third_party/sjpeg webmproject/sjpeg
download_github third_party/skcms \
Expand Down
1 change: 0 additions & 1 deletion third_party/brotli
Submodule brotli deleted from 36533a

0 comments on commit f76b2f1

Please sign in to comment.