Skip to content

Commit

Permalink
Bump libxml2 (AOMediaCodec#2118)
Browse files Browse the repository at this point in the history
Also fix rav1e in the docker image after
AOMediaCodec#2117
  • Loading branch information
vrabaud authored Apr 18, 2024
1 parent d939897 commit 89f9b3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ The changes are relative to the previous release, unless the baseline is specifi
* Update aom.cmd: v3.8.2
* Update dav1d.cmd: 1.4.1
* Update libgav1.cmd: v0.19.0
* Update libxml2.cmd: v2.12.6
* Update libyuv.cmd: a6a2ec65
* Update rav1e.cmd: v0.7.1
* Update svt.cmd/svt.sh: v2.0.0
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_LOCAL_LIBXML_GIT_TAG "v2.11.5")
set(AVIF_LOCAL_LIBXML_GIT_TAG "v2.12.6")

set(LIB_FILENAME "${AVIF_SOURCE_DIR}/ext/libxml2/install.libavif/lib/${AVIF_LIBRARY_PREFIX}xml2${CMAKE_STATIC_LIBRARY_SUFFIX}")
if(EXISTS "${LIB_FILENAME}")
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.11.5 --depth 1 https://gitlab.gnome.org/GNOME/libxml2.git
git clone -b v2.12.6 --depth 1 https://gitlab.gnome.org/GNOME/libxml2.git

mkdir -p libxml2/build.libavif
cmake libxml2 -B libxml2/build.libavif/ -G Ninja -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=libxml2/install.libavif \
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ninja install

# rav1e
cd
git clone -b v0.7.0 --depth 1 https://github.com/xiph/rav1e.git
git clone -b v0.7.1 --depth 1 https://github.com/xiph/rav1e.git
cd rav1e
cargo cinstall --prefix=/usr --release

Expand Down

0 comments on commit 89f9b3a

Please sign in to comment.