mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:09:01 +08:00
bff0e8fc31
* 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>
16 lines
446 B
JSON
16 lines
446 B
JSON
{
|
|
"name": "libvpx",
|
|
"version-semver": "1.10.0",
|
|
"port-version": 2,
|
|
"description": "The reference software implementation for the video coding formats VP8 and VP9.",
|
|
"homepage": "https://github.com/webmproject/libvpx",
|
|
"features": {
|
|
"highbitdepth": {
|
|
"description": "use VP9 high bit depth (10/12) profiles"
|
|
},
|
|
"realtime": {
|
|
"description": "enable this option while building for real-time encoding"
|
|
}
|
|
}
|
|
}
|