Bump rav1e to v0.8.0
diff --git a/CHANGELOG.md b/CHANGELOG.md index e511578..4cfb3ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ * Set avifDecoder::image->depth to the same value after avifDecoderParse() as after avifDecoderNextImage() when AVIF_ENABLE_EXPERIMENTAL_SAMPLE_TRANSFORM is enabled and when the file to decode contains a 'sato' derived image item. +* Update rav1e.cmd/LocalRav1e.cmake: cargo-c v0.10.13, corrosion v0.5.2, rav1e v0.8.0 ## [1.3.0] - 2025-05-09
diff --git a/cmake/Modules/LocalRav1e.cmake b/cmake/Modules/LocalRav1e.cmake index 67d4376..c65c9cb 100644 --- a/cmake/Modules/LocalRav1e.cmake +++ b/cmake/Modules/LocalRav1e.cmake
@@ -1,6 +1,6 @@ -set(AVIF_RAV1E_GIT_TAG v0.7.1) -set(AVIF_CORROSION_GIT_TAG v0.5.1) -set(AVIF_CARGOC_GIT_TAG v0.10.12) +set(AVIF_RAV1E_GIT_TAG v0.8.0) +set(AVIF_CORROSION_GIT_TAG v0.5.2) +set(AVIF_CARGOC_GIT_TAG v0.10.13) set(RAV1E_LIB_FILENAME "${AVIF_SOURCE_DIR}/ext/rav1e/build.libavif/usr/lib/${AVIF_LIBRARY_PREFIX}rav1e${CMAKE_STATIC_LIBRARY_SUFFIX}"
diff --git a/ext/rav1e.cmd b/ext/rav1e.cmd index 05d0f72..ca5deca 100755 --- a/ext/rav1e.cmd +++ b/ext/rav1e.cmd
@@ -10,7 +10,7 @@ : # : # On a successful local build, rav1e/build.libavif/ should contain the necessary headers and static library. -git clone -b v0.7.1 --depth 1 https://github.com/xiph/rav1e.git +git clone -b v0.8.0 --depth 1 https://github.com/xiph/rav1e.git cd rav1e cargo install --locked cargo-c