Bump libyuv to 30809ff64
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e400b9c..b0bbc46 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
* Fix build with CMake 3.22
* Update libxml2.cmd/LocalLibXml2.cmake: v2.15.2
+* Update libyuv.cmd/LocalLibyuv.cmake: 6067afde5 (1922)
### Removed since 1.4.0
diff --git a/cmake/Modules/LocalLibyuv.cmake b/cmake/Modules/LocalLibyuv.cmake
index 094d01a..f781559 100644
--- a/cmake/Modules/LocalLibyuv.cmake
+++ b/cmake/Modules/LocalLibyuv.cmake
@@ -1,4 +1,7 @@
-set(AVIF_LIBYUV_TAG "deeb764bb92b6305ee0cb5dae7a5940fdb457fa9")
+# 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_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 7bbe66e..23d5eee 100755
--- a/ext/libyuv.cmd
+++ b/ext/libyuv.cmd
@@ -17,7 +17,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.
-git checkout deeb764bb
+git checkout 6067afde5
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 5e46532..9068c61 100755
--- a/ext/libyuv_android.sh
+++ b/ext/libyuv_android.sh
@@ -19,7 +19,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.
-git checkout 464c51a0
+git checkout 6067afde5
mkdir build
cd build