diff options
| author | sslivins <sslivins@users.noreply.github.com> | 2021-09-02 13:11:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-02 13:11:17 -0700 |
| commit | bff0e8fc31e4e00a9c2f51b84c9b43bc46478729 (patch) | |
| tree | 4512483dee8617d44b3b21a1cb14999c90f7dc46 /versions/l- | |
| parent | 4934cb4099937d01985ac51aa929e70bc962937a (diff) | |
| download | vcpkg-bff0e8fc31e4e00a9c2f51b84c9b43bc46478729.tar.gz vcpkg-bff0e8fc31e4e00a9c2f51b84c9b43bc46478729.zip | |
[libvpx] Add realtime and highbitdepth features. (#19532)
* added features for vpx to enable realtime, highbitdepth and pic
* output of vcpkg format-manifest
* added port version
* ran format-manifest again
* changed to port version 1 as implicit version is 0
* added updated version files
* removed pic feature and instead set --enable-pic as default option
* updated version database
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions/l-')
| -rw-r--r-- | versions/l-/libvpx.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/l-/libvpx.json b/versions/l-/libvpx.json index e4aa292ed..68e653796 100644 --- a/versions/l-/libvpx.json +++ b/versions/l-/libvpx.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "79a7e2cf4e6df063990dc59d1aa221150eb0ce0e", + "version-semver": "1.10.0", + "port-version": 2 + }, + { "git-tree": "55be5e09000631b1dacd6f86d174eb2cade91bf5", "version-semver": "1.10.0", "port-version": 1 |
