[aom] Update to 3.1.2 (#19505)

* [aom] Update aom 3.1.0 -> 3.1.2

* [aom] vcpkg x-add-version --all
This commit is contained in:
Dmitry Baryshev 2021-08-13 23:41:51 +03:00 committed by GitHub
parent 612102b828
commit bdc8687f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -13,8 +13,8 @@ vcpkg_add_to_path(${PERL_PATH})
vcpkg_from_git(
OUT_SOURCE_PATH SOURCE_PATH
URL "https://aomedia.googlesource.com/aom"
REF 33aff8586e35ffe385637f6aa2c991858c0fb58e
TAG v3.1.0
REF 8f85bb1d686647d0f7dc1e7220f94f55193d2c89
TAG v3.1.2
PATCHES
aom-rename-static.diff
# Can be dropped when https://bugs.chromium.org/p/aomedia/issues/detail?id=3029 is merged into the upstream

View File

@ -1,6 +1,6 @@
{
"name": "aom",
"version-semver": "3.1.0",
"version-semver": "3.1.2",
"description": "AV1 codec library",
"homepage": "https://aomedia.googlesource.com/aom",
"supports": "!uwp & !arm",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d55b62e714b84f2c3f2df02299f4a708a705c21f",
"version-semver": "3.1.2",
"port-version": 0
},
{
"git-tree": "b465c1a32eeac8dfe55239134d800c309b16b33f",
"version-semver": "3.1.0",

View File

@ -97,7 +97,7 @@
"port-version": 2
},
"aom": {
"baseline": "3.1.0",
"baseline": "3.1.2",
"port-version": 0
},
"approval-tests-cpp": {