Skip to content

Commit

Permalink
update libyuv to ccdf87034 (1903) (#2597)
Browse files Browse the repository at this point in the history
This adds RAWToI444 and RAWToJ444 functions which will be used in
reformat_libyuv.c in a follow up.

Bug: b:345259429
  • Loading branch information
jzern authored Feb 7, 2025
1 parent 8ddc0b0 commit 4e9b26e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The changes are relative to the previous release, unless the baseline is specifi
* Update dav1d.cmd/dav1d_android.sh/LocalDav1d.cmake: 1.5.1
* Update libjpeg.cmd/LocalJpeg.cmake: v3.0.4
* Update libxml2.cmd/LocalLibXml2.cmake: v2.13.5
* Update libyuv.cmd: ccdf87034 (1903)
* Update svt.cmd/svt.sh/LocalSvt.cmake: v2.3.0
* Change experimental gainmap API: remove avifGainMapMetadata and
avifGainMapMetadataDouble structs.
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/LocalLibyuv.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(AVIF_LIBYUV_TAG "a6a2ec654b1be1166b376476a7555c89eca0c275")
set(AVIF_LIBYUV_TAG "ccdf870348764e4b77fa3b56accb2a896a901bad")

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 a6a2ec65
git checkout ccdf87034

mkdir build
cd build
Expand Down

0 comments on commit 4e9b26e

Please sign in to comment.