mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:59:02 +08:00
d3dc464f2f
* [rtmfp-cpp] Update to 1.5.1 * version
19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|