File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments