Skip to content

Commit 3b0f046

Browse files
authored
Merge pull request #6483 from radarhere/webp
Updated libwebp to 1.2.4
2 parents 1b5abea + 61ec415 commit 3b0f046

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

depends/install_webp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# install webp
33

4-
archive=libwebp-1.2.3
4+
archive=libwebp-1.2.4
55

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

winbuild/build_prepare.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ def cmd_msbuild(
157157
# "bins": [r"libtiff\*.dll"],
158158
},
159159
"libwebp": {
160-
"url": "http://downloads.webmproject.org/releases/webp/libwebp-1.2.3.tar.gz",
161-
"filename": "libwebp-1.2.3.tar.gz",
162-
"dir": "libwebp-1.2.3",
160+
"url": "http://downloads.webmproject.org/releases/webp/libwebp-1.2.4.tar.gz",
161+
"filename": "libwebp-1.2.4.tar.gz",
162+
"dir": "libwebp-1.2.4",
163163
"build": [
164164
cmd_rmdir(r"output\release-static"), # clean
165165
cmd_nmake(

0 commit comments

Comments
 (0)