Skip to content
Merged
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 @@ -22,6 +22,7 @@ The changes are relative to the previous release, unless the baseline is specifi
* 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 libyuv.cmd/LocalLibyuv.cmake: 644251f25 (1924)
* 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/LocalLibyuv.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# When changing the commit below to a newer version of libyuv, it is best to make sure it is being used by chromium,
# because the test suite of chromium provides additional test coverage of libyuv.
# It can be looked up at https://source.chromium.org/chromium/chromium/src/+/main:DEPS?q=libyuv.
set(AVIF_LIBYUV_TAG "6067afde563c3946eebd94f146b3824ab7a97a9c")
set(AVIF_LIBYUV_TAG "644251f252a84bf8ce91ff0aca86a9b16b069ab8")

set(AVIF_LIBYUV_BUILD_DIR "${AVIF_SOURCE_DIR}/ext/libyuv/build")
# If ${ANDROID_ABI} is set, look for the library under that subdirectory.
Expand Down
2 changes: 1 addition & 1 deletion ext/libyuv.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd libyuv
: # When changing the commit below to a newer version of libyuv, it is best to make sure it is being used by chromium,
: # because the test suite of chromium provides additional test coverage of libyuv.
: # It can be looked up at https://source.chromium.org/chromium/chromium/src/+/main:DEPS?q=libyuv.
git checkout 6067afde5
git checkout 644251f25
cd ..

cmake -G Ninja -S libyuv -B libyuv/build -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=ON
Expand Down
2 changes: 1 addition & 1 deletion ext/libyuv_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd libyuv
: # When changing the commit below to a newer version of libyuv, it is best to make sure it is being used by chromium,
: # because the test suite of chromium provides additional test coverage of libyuv.
: # It can be looked up at https://source.chromium.org/chromium/chromium/src/+/main:DEPS?q=libyuv.
git checkout 6067afde5
git checkout 644251f25

mkdir build
cd build
Expand Down
Loading