2021-04-20 05:26:08 +08:00
|
|
|
{
|
|
|
|
"name": "libvpx",
|
2023-11-16 11:13:58 +08:00
|
|
|
"version": "1.13.1",
|
2024-03-12 11:33:15 +08:00
|
|
|
"port-version": 3,
|
2021-04-20 05:26:08 +08:00
|
|
|
"description": "The reference software implementation for the video coding formats VP8 and VP9.",
|
2021-09-03 04:11:17 +08:00
|
|
|
"homepage": "https://github.com/webmproject/libvpx",
|
2022-04-27 02:09:27 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2023-08-18 05:31:58 +08:00
|
|
|
"dependencies": [
|
2023-11-16 11:13:58 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-get-vars",
|
|
|
|
"host": true
|
|
|
|
},
|
2023-08-18 05:31:58 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-msbuild",
|
|
|
|
"host": true,
|
2024-03-12 11:33:15 +08:00
|
|
|
"platform": "windows & !mingw"
|
2023-08-18 05:31:58 +08:00
|
|
|
}
|
|
|
|
],
|
2021-09-03 04:11:17 +08:00
|
|
|
"features": {
|
|
|
|
"highbitdepth": {
|
|
|
|
"description": "use VP9 high bit depth (10/12) profiles"
|
|
|
|
},
|
|
|
|
"realtime": {
|
|
|
|
"description": "enable this option while building for real-time encoding"
|
|
|
|
}
|
|
|
|
}
|
2021-04-20 05:26:08 +08:00
|
|
|
}
|