Bump libyuv to 26e56be0f (1960)

Used on the Chrome M150 - M153 branches.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 745566b..311c1d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,7 +21,7 @@
 
 * Update dav1d.cmd/dav1d_android.sh/LocalDav1d.cmake: 1.5.4
 * Update LocalAvm.cmake: v1.0.0
-* Update libyuv.cmd/LocalLibyuv.cmake: 5d03bf9ba (1949)
+* Update libyuv.cmd/LocalLibyuv.cmake: 26e56be0f (1960)
 * Update svt.cmd/svt.sh/LocalSvt.cmake: v4.2.0
 * Copy XMP/Exif in avifgainmaputil tonemap
 * Apply patch to SVT-AV1 with AVIF_CODEC_SVT=LOCAL to fix corrupted encoded
diff --git a/cmake/Modules/LocalLibyuv.cmake b/cmake/Modules/LocalLibyuv.cmake
index a28b084..370cb80 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 "5d03bf9bab5693ccf692f18b538d8d9c00387c73")
+set(AVIF_LIBYUV_TAG "26e56be0f984af3dae4d0c0ab7a0bac8ac20e1b0")
 
 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 0d28f29..fe15814 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 5d03bf9ba
+git checkout 26e56be0f
 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 d8cb381..651e8a4 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 5d03bf9ba
+git checkout 26e56be0f
 
 mkdir build
 cd build