Skip to content

Commit

Permalink
Merge pull request #4342 from radarhere/libwebp
Browse files Browse the repository at this point in the history
Updated libwebp to 1.1.0
  • Loading branch information
hugovk committed Jan 7, 2020
2 parents 0c45e26 + cb0f636 commit ef4a0b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Expand Up @@ -172,7 +172,7 @@ jobs:
set INCLUDE=C:\Program Files (x86)\Microsoft SDKs\Windows\V7.1A\Include
set INCLIB=%GITHUB_WORKSPACE%\winbuild\depends\msvcr10-x32
set BUILD=%GITHUB_WORKSPACE%\winbuild\build
cd /D %BUILD%\libwebp-1.0.3
cd /D %BUILD%\libwebp-1.1.0
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.platform-vcvars }}
echo on
rmdir /S /Q output\release-static
Expand Down
2 changes: 1 addition & 1 deletion depends/install_webp.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# install webp

archive=libwebp-1.0.3
archive=libwebp-1.1.0

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

Expand Down
6 changes: 3 additions & 3 deletions winbuild/config.py
Expand Up @@ -77,9 +77,9 @@
"version": "8.6.10",
},
"webp": {
"url": "http://downloads.webmproject.org/releases/webp/libwebp-1.0.3.tar.gz",
"filename": "libwebp-1.0.3.tar.gz",
"dir": "libwebp-1.0.3",
"url": "http://downloads.webmproject.org/releases/webp/libwebp-1.1.0.tar.gz",
"filename": "libwebp-1.1.0.tar.gz",
"dir": "libwebp-1.1.0",
},
"openjpeg": {
"url": "https://github.com/uclouvain/openjpeg/archive/v2.3.1.tar.gz",
Expand Down

0 comments on commit ef4a0b2

Please sign in to comment.