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 /ports/libvpx/CONTROL | |
| 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 'ports/libvpx/CONTROL')
| -rw-r--r-- | ports/libvpx/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libvpx/CONTROL b/ports/libvpx/CONTROL index 484cd3bbe..504a4e3bb 100644 --- a/ports/libvpx/CONTROL +++ b/ports/libvpx/CONTROL @@ -1,6 +1,6 @@ Source: libvpx
Version: 1.9.0
-Port-Version: 5
+Port-Version: 6
Homepage: https://github.com/webmproject/libvpx
Description: The reference software implementation for the video coding formats VP8 and VP9.
Supports: !(uwp&arm)
|
