diff --git a/CHANGELOG.md b/CHANGELOG.md index 6871f0cf8b..688f497458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/cmake/Modules/LocalLibyuv.cmake b/cmake/Modules/LocalLibyuv.cmake index f7815590b0..ec70b2ca58 100644 --- a/cmake/Modules/LocalLibyuv.cmake +++ b/cmake/Modules/LocalLibyuv.cmake @@ -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. diff --git a/ext/libyuv.cmd b/ext/libyuv.cmd index 23d5eee06e..4fbcd930c6 100755 --- a/ext/libyuv.cmd +++ b/ext/libyuv.cmd @@ -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 diff --git a/ext/libyuv_android.sh b/ext/libyuv_android.sh index 9068c61af7..2b2cde163d 100755 --- a/ext/libyuv_android.sh +++ b/ext/libyuv_android.sh @@ -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