diff options
| author | Jesse Towner <jwtowner@users.noreply.github.com> | 2021-02-11 00:33:20 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 00:33:20 -0800 |
| commit | 0eb69ddd943f06d92eac5f77b0889ccb047a2963 (patch) | |
| tree | 27bb474cc62ae4bfa3b323e0ca1e81a9a1902dc7 /versions | |
| parent | 33f1f0a34dc40c5ad3ebf6be1705badbb93c90b6 (diff) | |
| download | vcpkg-0eb69ddd943f06d92eac5f77b0889ccb047a2963.tar.gz vcpkg-0eb69ddd943f06d92eac5f77b0889ccb047a2963.zip | |
[libvpx] Fix arm-uwp builds for v142 toolset (#15892)
* [libvpx] Fix arm-uwp builds for v142 toolset
This adds better support for targeting UWP as well as ARM/ARM64 for
regular Windows Desktop with the v142 toolset. Without this change,
arm-uwp fails to build with v142. For v141 and earlier, the old
behavior remains unchanged.
* [libvpx] Fix Linux and macOS builds
* [libvpx] updated version record
* [libvpx] updated version record
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libvpx.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index a565e8073..0cccc0021 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3502,7 +3502,7 @@ }, "libvpx": { "baseline": "1.9.0", - "port-version": 5 + "port-version": 6 }, "libwandio": { "baseline": "4.2.1", diff --git a/versions/l-/libvpx.json b/versions/l-/libvpx.json index 50b695a40..5f1f268e0 100644 --- a/versions/l-/libvpx.json +++ b/versions/l-/libvpx.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "017466933d1b0a427b79b86b61129fb5cf12f05f", + "version-string": "1.9.0", + "port-version": 6 + }, + { "git-tree": "7f96abd4953072c5949e4eae823b7d5af27d8f13", "version-string": "1.9.0", "port-version": 5 |
