From e3d31efa4648d6544a20307f5462f149a1195cca Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Tue, 23 Apr 2024 16:06:53 -0400 Subject: [PATCH] contrib: aom: update to 3.9.0 "This release includes new codec interfaces, compression efficiency and perceptual improvements, speedup for RTC for both video and screen content, and many bug fixes. This release is ABI compatible with the previous release." --- contrib/src/aom/SHA512SUMS | 2 +- contrib/src/aom/rules.mak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/src/aom/SHA512SUMS b/contrib/src/aom/SHA512SUMS index e2923f9422..7b522c2597 100644 --- a/contrib/src/aom/SHA512SUMS +++ b/contrib/src/aom/SHA512SUMS @@ -1 +1 @@ -539cb86645f1675e3f2d45c7c10d5d66ef7d36eaddf0c2d50f1a532287c70f780c8ce6dd8959f4bb112fd74e2b63501652e8e1eba5d18bf03a926ad158f6cfb0 libaom-3.8.2.tar.gz +0793e0801be72d35144162141a180ff5e3ae11186f734af738b1eb2d81bff1364be7741cc34ae2507d2b88de11f840609a09f8b05b75e8d853aa80626241bf95 libaom-3.9.0.tar.gz diff --git a/contrib/src/aom/rules.mak b/contrib/src/aom/rules.mak index a8a2b8a0c2..f6fe4f3b5b 100644 --- a/contrib/src/aom/rules.mak +++ b/contrib/src/aom/rules.mak @@ -1,5 +1,5 @@ # aom -AOM_VERSION := 3.8.2 +AOM_VERSION := 3.9.0 AOM_URL := https://storage.googleapis.com/aom-releases/libaom-$(AOM_VERSION).tar.gz PKGS += aom