Skip to content

Commit ef4a0b2

Browse files
authored
Merge pull request #4342 from radarhere/libwebp
Updated libwebp to 1.1.0
2 parents 0c45e26 + cb0f636 commit ef4a0b2

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
set INCLUDE=C:\Program Files (x86)\Microsoft SDKs\Windows\V7.1A\Include
173173
set INCLIB=%GITHUB_WORKSPACE%\winbuild\depends\msvcr10-x32
174174
set BUILD=%GITHUB_WORKSPACE%\winbuild\build
175-
cd /D %BUILD%\libwebp-1.0.3
175+
cd /D %BUILD%\libwebp-1.1.0
176176
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.platform-vcvars }}
177177
echo on
178178
rmdir /S /Q output\release-static

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.0.3
4+
archive=libwebp-1.1.0
55

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

winbuild/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
"version": "8.6.10",
7878
},
7979
"webp": {
80-
"url": "http://downloads.webmproject.org/releases/webp/libwebp-1.0.3.tar.gz",
81-
"filename": "libwebp-1.0.3.tar.gz",
82-
"dir": "libwebp-1.0.3",
80+
"url": "http://downloads.webmproject.org/releases/webp/libwebp-1.1.0.tar.gz",
81+
"filename": "libwebp-1.1.0.tar.gz",
82+
"dir": "libwebp-1.1.0",
8383
},
8484
"openjpeg": {
8585
"url": "https://github.com/uclouvain/openjpeg/archive/v2.3.1.tar.gz",

0 commit comments

Comments
 (0)