Skip to content

Commit 0dbf30d

Browse files
vrabaudwantehchang
authored andcommitted
Bump libpng to 1.6.55
1 parent 80aae8a commit 0dbf30d

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The changes are relative to the previous release, unless the baseline is specifi
4646
* Update rav1e.cmd/LocalRav1e.cmake: cargo-c v0.10.20, corrosion v0.6.1,
4747
rav1e v0.8.1
4848
* Update svt.cmd/svt.sh/LocalSvt.cmake: v4.0.1
49-
* Update zlibpng.cmd/LocalZlibpng.cmake: libpng 1.6.51, zlib 1.3.2
49+
* Update zlibpng.cmd/LocalZlibpng.cmake: libpng 1.6.55, zlib 1.3.2
5050
* Fix grayscale conversion when changing the bit depth.
5151
* Bump cmake_minimum_required from 3.13 to 3.22
5252
* Associate transformative properties with alpha auxiliary image items.

cmake/Modules/LocalZlibpng.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
set(AVIF_ZLIB_GIT_TAG v1.3.2)
2-
# v1.6.51 and v1.6.53 confuse CMake by giving Unix flags with MSVC on ci-windows.yml
3-
set(AVIF_LIBPNG_GIT_TAG v1.6.51)
2+
set(AVIF_LIBPNG_GIT_TAG v1.6.55)
43

54
if(EXISTS "${AVIF_SOURCE_DIR}/ext/zlib")
65
message(STATUS "libavif(AVIF_ZLIBPNG=LOCAL): ext/zlib found; using as FetchContent SOURCE_DIR")

ext/zlibpng.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ git clone -b v1.3.2 --depth 1 https://github.com/madler/zlib.git
88
cd zlib
99
git apply --ignore-whitespace ../zlib.patch
1010
cd ..
11-
git clone -b v1.6.51 --depth 1 https://github.com/glennrp/libpng.git
11+
git clone -b v1.6.55 --depth 1 https://github.com/glennrp/libpng.git

0 commit comments

Comments
 (0)