mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 04:18:59 +08:00
20 lines
407 B
JSON
20 lines
407 B
JSON
|
{
|
||
|
"name": "rtmfp-cpp",
|
||
|
"version": "1.4.0-20230213.18168ec",
|
||
|
"description": "Secure Real-Time Media Flow Protocol Library (RTMFP)",
|
||
|
"homepage": "https://github.com/zenomt/rtmfp-cpp",
|
||
|
"license": "MIT",
|
||
|
"supports": "x64 & !uwp",
|
||
|
"dependencies": [
|
||
|
"openssl",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|