[libdatachannel] Delete the redundant dependency libSRTP in the config file (#36191)

* Fix libsrtp not found

* update version

* add dep

* update version

* update version
This commit is contained in:
jim wang 2024-01-20 04:25:50 +08:00 committed by GitHub
parent 0e8929718e
commit 8c088486c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View File

@ -47,7 +47,7 @@ find_dependency(Threads)
find_dependency(OpenSSL)
find_dependency(LibJuice)
find_dependency(plog CONFIG)
find_dependency(libSRTP CONFIG)
find_dependency(unofficial-usrsctp CONFIG)
${DATACHANNEL_CONFIG}")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share")

View File

@ -1,6 +1,7 @@
{
"name": "libdatachannel",
"version-semver": "0.19.5",
"port-version": 1,
"description": "libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, and Apple macOS) and Microsoft Windows.",
"homepage": "https://github.com/paullouisageneau/libdatachannel",
"license": "MPL-2.0",

View File

@ -4194,7 +4194,7 @@
},
"libdatachannel": {
"baseline": "0.19.5",
"port-version": 0
"port-version": 1
},
"libdatrie": {
"baseline": "0.2.13",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2b2d69b30260c468757b11bea046e2dabcba0516",
"version-semver": "0.19.5",
"port-version": 1
},
{
"git-tree": "1a9fb42ed13d38aae4df0b774cde05e26dcea241",
"version-semver": "0.19.5",