diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-01-27 06:55:06 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-26 14:55:06 -0800 |
| commit | 9caf3d87d57601d2e0857f309ec9e88754a68080 (patch) | |
| tree | b5dc09324e3ccf9d12755b54ce673943cc34268d /versions | |
| parent | 60d7d91c7105a2ba821a450ea4ba336dfbf14719 (diff) | |
| download | vcpkg-9caf3d87d57601d2e0857f309ec9e88754a68080.tar.gz vcpkg-9caf3d87d57601d2e0857f309ec9e88754a68080.zip | |
[x264] Fix build failed on uwp (#15769)
* [x264] Fix build failed on uwp
* Update port_versions
* [x264] Fix build failed on uwp
* Update port_versions
* Update baseline
* Add supports
* Update versions/x-/x264.json
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/x-/x264.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 5144e658f..9bcb80927 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6178,7 +6178,7 @@ }, "x264": { "baseline": "157-303c484ec828ed0", - "port-version": 14 + "port-version": 15 }, "x265": { "baseline": "3.4", diff --git a/versions/x-/x264.json b/versions/x-/x264.json index e71a19f16..d129da3b5 100644 --- a/versions/x-/x264.json +++ b/versions/x-/x264.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "e766671c5f64574235784ce45b1668daf4cb9b44", + "version-string": "157-303c484ec828ed0", + "port-version": 15 + }, + { "git-tree": "5e7b1b08a47363a45799c196a1a8442e9b02f882", "version-string": "157-303c484ec828ed0", "port-version": 14 |
