Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The changes are relative to the previous release, unless the baseline is specifi
* Update aom.cmd/LocalAom.cmake: v3.14.1
* Update LocalAvm.cmake: research-v15.0.0
* Update libjpeg.cmd/LocalJpeg.cmake: 3.1.4.1
* Update libxml2.cmd/LocalLibXml2.cmake: v2.15.3
* Update svt.cmd/svt.sh/LocalSvt.cmake: v4.1.0
* Update zlibpng.cmd/LocalZlibpng.cmake: libpng 1.6.58
* Fix decoding layered image with multiple scaled alpha layers
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/LocalLibXml2.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(AVIF_LIBXML_GIT_TAG "v2.15.2")
set(AVIF_LIBXML_GIT_TAG "v2.15.3")

# First, whether the library exists.
set(PREFIXES lib ${AVIF_LIBRARY_PREFIX})
Expand Down
2 changes: 1 addition & 1 deletion ext/libxml2.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

: # libxml2 is released under the MIT License.

git clone -b v2.15.2 --depth 1 https://github.com/GNOME/libxml2.git
git clone -b v2.15.3 --depth 1 https://github.com/GNOME/libxml2.git

cmake -G Ninja -S libxml2 -B libxml2/build.libavif/ -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=libxml2/install.libavif -DLIBXML2_WITH_ICONV=OFF -DLIBXML2_WITH_PROGRAMS=OFF -DLIBXML2_WITH_PYTHON=OFF -DLIBXML2_WITH_TESTS=OFF -DLIBXML2_WITH_ZLIB=OFF
cmake --build libxml2/build.libavif --config Release --parallel
Expand Down
Loading