Bump libyuv to 5d03bf9ba (1949)
Used on the Chrome M151 branch, plus two more commits.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f567966..66b1bd6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@
### Changed since 1.4.2
* Update LocalAvm.cmake: v1.0.0
+* Update libyuv.cmd/LocalLibyuv.cmake: 5d03bf9ba (1949)
* Copy XMP/Exif in avifgainmaputil tonemap
* Apply patch to SVT-AV1 with AVIF_CODEC_SVT=LOCAL to fix corrupted encoded
files when SVT-AV1 is built with MSVC. See
diff --git a/cmake/Modules/LocalLibyuv.cmake b/cmake/Modules/LocalLibyuv.cmake
index ec70b2c..a28b084 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 "644251f252a84bf8ce91ff0aca86a9b16b069ab8")
+set(AVIF_LIBYUV_TAG "5d03bf9bab5693ccf692f18b538d8d9c00387c73")
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 4fbcd93..0d28f29 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 644251f25
+git checkout 5d03bf9ba
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 2b2cde1..d8cb381 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 644251f25
+git checkout 5d03bf9ba
mkdir build
cd build