Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[aom] Update to 3.1.2 #19505

Merged
merged 2 commits into from
Aug 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/aom/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ports/aom/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aom.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d55b62e714b84f2c3f2df02299f4a708a705c21f",
"version-semver": "3.1.2",
"port-version": 0
},
{
"git-tree": "b465c1a32eeac8dfe55239134d800c309b16b33f",
"version-semver": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"port-version": 2
},
"aom": {
"baseline": "3.1.0",
"baseline": "3.1.2",
"port-version": 0
},
"approval-tests-cpp": {
Expand Down