Skip to content

Commit

Permalink
Merge pull request #6889 from radarhere/libwebp
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 13, 2023
2 parents 0275444 + ba0d71f commit 145b80b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion depends/install_webp.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# install webp

archive=libwebp-1.2.4
archive=libwebp-1.3.0

./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/main/$archive.tar.gz

Expand Down
6 changes: 3 additions & 3 deletions winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ def cmd_msbuild(
"libs": [r"windows\vs2019\Release\{msbuild_arch}\liblzma\liblzma.lib"],
},
"libwebp": {
"url": "http://downloads.webmproject.org/releases/webp/libwebp-1.2.4.tar.gz",
"filename": "libwebp-1.2.4.tar.gz",
"dir": "libwebp-1.2.4",
"url": "http://downloads.webmproject.org/releases/webp/libwebp-1.3.0.tar.gz",
"filename": "libwebp-1.3.0.tar.gz",
"dir": "libwebp-1.3.0",
"license": "COPYING",
"build": [
cmd_rmdir(r"output\release-static"), # clean
Expand Down

0 comments on commit 145b80b

Please sign in to comment.