vcpkg/ports/live555/vcpkg.json
Frank 88b81397bb
[live555] Pass options to fix osx (#36120)
* [live555] Pass options to fix osx

* format

* version

* EOL

* version
2024-01-12 10:25:19 -08:00

21 lines
406 B
JSON

{
"name": "live555",
"version-date": "2023-11-30",
"port-version": 1,
"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
}
]
}