mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:29:00 +08:00
592158c502
* [live555] Update to 2022-07-14 * version * Update ports/live555/vcpkg.json Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com> * Update versions/l-/live555.json Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"name": "live555",
|
|
"version-date": "2022-07-14",
|
|
"description": "A complete RTSP server application",
|
|
"homepage": "http://www.live555.com/liveMedia",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|