diff options
| author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2020-06-11 10:38:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 02:38:22 -0700 |
| commit | 6e67cb1745c68c6f7008cfa3b80496f45cbdb99c (patch) | |
| tree | 314b72631cccb5be81f9bd03e7861ce2129a7dc5 /ports/libvpx/CONTROL | |
| parent | 6b32f92067ee4a81aa11172d3504588bc8427314 (diff) | |
| download | vcpkg-6e67cb1745c68c6f7008cfa3b80496f45cbdb99c.tar.gz vcpkg-6e67cb1745c68c6f7008cfa3b80496f45cbdb99c.zip | |
[libvpx] Add cmake config file (#11795)
* [libvpx] Add cmake config file
This allows libvpx to be used with
find_package(libvpx CONFIG REQUIRED)
target_link_libraries(main PRIVATE libvpx::libvpx)
Tested on all supported windows triplets.
* [libvpx] Rename cmake config file to make clear it is unofficial
* [libvpx] Add cmake config target guard
* [libvpx] Update version
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 b576588a3..0ff504cd4 100644 --- a/ports/libvpx/CONTROL +++ b/ports/libvpx/CONTROL @@ -1,5 +1,5 @@ Source: libvpx
-Version: 1.8.1-4
+Version: 1.8.1-5
Homepage: https://github.com/webmproject/libvpx
Description: The reference software implementation for the video coding formats VP8 and VP9.
Supports: !(uwp|arm|arm64)
|
