diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/zlmediakit/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/zlmediakit/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/zlmediakit/vcpkg.json | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/vcpkg/ports/zlmediakit/vcpkg.json b/vcpkg/ports/zlmediakit/vcpkg.json new file mode 100644 index 0000000..104c05d --- /dev/null +++ b/vcpkg/ports/zlmediakit/vcpkg.json @@ -0,0 +1,53 @@ +{ + "name": "zlmediakit", + "version-date": "2024-09-29", + "port-version": 1, + "description": "A high-performance carrier-grade streaming media service framework based on C++11.", + "homepage": "https://github.com/ZLMediaKit/ZLMediaKit", + "license": "MIT", + "supports": "!uwp", + "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" + ] + }, + "webrtc": { + "description": "Enable WebRTC", + "dependencies": [ + { + "name": "libsrtp", + "features": [ + "openssl" + ] + } + ] + } + } +} |