Skip to content

Commit

Permalink
Upgrade libaom to v3.10.0 (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored Oct 24, 2024
1 parent cb53e60 commit 776706b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -2202,17 +2202,7 @@ isLibaomInstalled() {
# Install libaom
installLibaom() {
printf 'Installing libaom\n'
installLibaom_version=3.8.1
case "$DISTRO_VERSION" in
debian@10)
case $(uname -m) in
aarch* | arm*)
#see https://bugs.chromium.org/p/aomedia/issues/detail?id=3543
installLibaom_version=3.5.0
;;
esac
;;
esac
installLibaom_version=3.10.0
installLibaom_dir="$(getPackageSource https://aomedia.googlesource.com/aom/+archive/v$installLibaom_version.tar.gz)"
mkdir -- "$installLibaom_dir/my.build"
cd -- "$installLibaom_dir/my.build"
Expand Down

1 comment on commit 776706b

@Busterkinng88
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤴

Please sign in to comment.