2021-04-20 05:26:08 +08:00
|
|
|
{
|
|
|
|
"name": "libvpx",
|
2022-08-05 09:14:24 +08:00
|
|
|
"version": "1.12.0",
|
2023-08-18 05:31:58 +08:00
|
|
|
"port-version": 2,
|
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": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-msbuild",
|
|
|
|
"host": true,
|
|
|
|
"platform": "windows"
|
|
|
|
}
|
|
|
|
],
|
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
|
|
|
}
|