mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
7df1bb605c
And update zlmediakit Co-authored-by: xiongziliang <xiongziliang@baidu.com>
62 lines
1.2 KiB
JSON
62 lines
1.2 KiB
JSON
{
|
|
"name": "zlmediakit",
|
|
"version-date": "2023-08-12",
|
|
"description": "A high-performance carrier-grade streaming media service framework based on C++11.",
|
|
"homepage": "https://github.com/ZLMediaKit/ZLMediaKit",
|
|
"license": "MIT",
|
|
"supports": "!uwp & !android",
|
|
"dependencies": [
|
|
"jsoncpp",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"mp4",
|
|
"openssl",
|
|
"webrtc"
|
|
],
|
|
"features": {
|
|
"mp4": {
|
|
"description": "Enable MP4"
|
|
},
|
|
"openssl": {
|
|
"description": "Enable OpenSSL",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
},
|
|
"sctp": {
|
|
"description": "Enable SCTP",
|
|
"dependencies": [
|
|
"usrsctp",
|
|
{
|
|
"name": "zlmediakit",
|
|
"default-features": false,
|
|
"features": [
|
|
"webrtc"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"webrtc": {
|
|
"description": "Enable WebRTC",
|
|
"dependencies": [
|
|
"libsrtp",
|
|
{
|
|
"name": "zlmediakit",
|
|
"default-features": false,
|
|
"features": [
|
|
"openssl"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|