Browse Source

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."
pull/162/head
Tristan Matthews 2 years ago
parent
commit
e3d31efa46
  1. 2
      contrib/src/aom/SHA512SUMS
  2. 2
      contrib/src/aom/rules.mak

2
contrib/src/aom/SHA512SUMS

@ -1 +1 @@
539cb86645f1675e3f2d45c7c10d5d66ef7d36eaddf0c2d50f1a532287c70f780c8ce6dd8959f4bb112fd74e2b63501652e8e1eba5d18bf03a926ad158f6cfb0 libaom-3.8.2.tar.gz
0793e0801be72d35144162141a180ff5e3ae11186f734af738b1eb2d81bff1364be7741cc34ae2507d2b88de11f840609a09f8b05b75e8d853aa80626241bf95 libaom-3.9.0.tar.gz

2
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

Loading…
Cancel
Save