vcpkg/ports/rtmfp-cpp/vcpkg.json
Thomas1664 d3dc464f2f
[rtmfp-cpp] Update to 1.5.1 (#36750)
* [rtmfp-cpp] Update to 1.5.1

* version
2024-02-14 23:04:18 -08:00

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
}
]
}