vcpkg/ports/rtmfp-cpp/vcpkg.json

19 lines
362 B
JSON
Raw Normal View History

{
"name": "rtmfp-cpp",
"version": "1.5.1",
"description": "Secure Real-Time Media Flow Protocol Library (RTMFP)",
"homepage": "https://github.com/zenomt/rtmfp-cpp",
"license": "MIT",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}