Skip to content

Commit

Permalink
fix(ci): use libaom 3.8.1 for manylinux2010 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Jul 1, 2024
1 parent c974fca commit aa9171d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wheelbuild/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,11 @@ EOF

group_end

if [[ $MB_ML_VER == "2010" ]]; then
fetch_unpack https://storage.googleapis.com/aom-releases/libaom-3.8.1.tar.gz
mv libaom-$AOM_VERSION libavif-$LIBAVIF_VERSION/ext/aom
fi

group_start "Build libavif"

mkdir -p libavif-$LIBAVIF_VERSION/build
Expand Down

0 comments on commit aa9171d

Please sign in to comment.