diff options
| author | Long Nguyen <nguyen.long.908132@gmail.com> | 2020-07-16 05:09:33 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-15 15:09:33 -0700 |
| commit | 830893fb8eefbc12f5a7f8274bfc2ac79dd85449 (patch) | |
| tree | 28f506b63809383b5f62bae5a8caccd6a0cf457d /ports/libvpx/CONTROL | |
| parent | bad319d271fa31557aaede98cb0478ced1213952 (diff) | |
| download | vcpkg-830893fb8eefbc12f5a7f8274bfc2ac79dd85449.tar.gz vcpkg-830893fb8eefbc12f5a7f8274bfc2ac79dd85449.zip | |
[liblzma, libvpx] Add mingw support (#12401)
* [liblzma] Update to v5.2.5
* [liblzma] Use WIN32 instead of MSVC
* [libvpx] Add mingw support
* Update portfile.cmake
* Update CONTROL
* Update CONTROL
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Diffstat (limited to 'ports/libvpx/CONTROL')
| -rw-r--r-- | ports/libvpx/CONTROL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/libvpx/CONTROL b/ports/libvpx/CONTROL index 63ea7bb2f..969ae8a10 100644 --- a/ports/libvpx/CONTROL +++ b/ports/libvpx/CONTROL @@ -1,5 +1,6 @@ Source: libvpx
-Version: 1.8.1-7
+Version: 1.8.1
+Port-Version: 8
Homepage: https://github.com/webmproject/libvpx
Description: The reference software implementation for the video coding formats VP8 and VP9.
-Supports: !(uwp&arm)
\ No newline at end of file +Supports: !(uwp&arm)
|
