Skip to content

Commit

Permalink
Set SVT-AV1 to 2.3.0 and aom to latest git commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Dec 17, 2024
1 parent f469cf9 commit 04ea684
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wheelbuild/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,13 @@ EOF
mv libaom-3.8.1 libavif-$LIBAVIF_VERSION/ext/aom
fi

# Update aom and SVT-AV1 versions
perl -pi -e 's/v3\.11\.0/6cfc05e399e1b94e21ac216dc0051e3b2a6d8226/' \
libavif-$LIBAVIF_VERSION/build/cmake/Modules/LocalAom.cmake

perl -pi -e 's/v2\.2\.1/v2.3.0/g;' \
libavif-$LIBAVIF_VERSION/build/cmake/Modules/LocalSvt.cmake

group_start "Build libavif"

mkdir -p libavif-$LIBAVIF_VERSION/build
Expand Down

0 comments on commit 04ea684

Please sign in to comment.