vcpkg/ports/libsrtp/vcpkg.json
Kai Pastor 630bc4ef88
[libsrtp] Fix DLL destination and mingw (#27540)
* Fix libsrtp DLL destination and mingw

* Update versions
2022-11-01 20:03:09 -07:00

19 lines
480 B
JSON

{
"name": "libsrtp",
"version": "2.4.2",
"port-version": 3,
"description": "This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), the Universal Security Transform (UST), and a supporting cryptographic kernel.",
"homepage": "https://github.com/cisco/libsrtp/",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}