mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 07:29:04 +08:00
6ee116c59e
* [live555] Export unofficial targets * version * typo * version Co-authored-by: jyu49 <yu_jack@apple.com>
20 lines
383 B
JSON
20 lines
383 B
JSON
{
|
|
"name": "live555",
|
|
"version-date": "2022-12-01",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|