mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
7c28a677df
Co-authored-by: Tobias Andresen <ta@vas-gmbh.de>
20 lines
385 B
JSON
20 lines
385 B
JSON
{
|
|
"name": "live555",
|
|
"version-date": "2024-10-31",
|
|
"description": "A complete RTSP server application",
|
|
"homepage": "http://www.live555.com/liveMedia",
|
|
"license": "GPL-3.0-or-later",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|