mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:39:00 +08:00
62fb5ef704
* Added rtmfp-cpp library. * Fix version database. * Added baseline. * Fixed few things. * Update version database * Removed ref id. * DB update. * Reset the REF and HEAD_REF * DB Update. * Changed old name for new one. * DB update. * Update ports/rtmfp-cpp/portfile.cmake Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com> * Update ports/rtmfp-cpp/portfile.cmake Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com> * Changed version. * Bump version in DB. * Update version database * Small modification. * vcpkg x-add-version --overwrite-version --all * New hash. * DB update. * Fix license. * DB update. --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
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
|
|
}
|
|
]
|
|
}
|