mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 01:39:00 +08:00
09744c6200
* [libsrtp] Don't Use Deprecated Vcpkg Functions * [libsrtp] Add CMake Targets Patch * Bump port-version. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
17 lines
410 B
JSON
17 lines
410 B
JSON
{
|
|
"name": "libsrtp",
|
|
"version": "2.4.2",
|
|
"port-version": 1,
|
|
"description": "This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), the Universal Security Transform (UST), and a supporting cryptographic kernel.",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|