Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ if usessl
endif

mist_deps += [mbedtls, mbedx509, mbedcrypto]
mist_deps += dependency('libsrtp2', default_options: ['tests=disabled'], fallback: ['libsrtp2', 'libsrtp2_dep'])
mist_deps += dependency('libsrtp2', default_options: ['tests=disabled', 'crypto-library=nss'], fallback: ['libsrtp2', 'libsrtp2_dep'])
endif

libsrt = false
Expand Down
4 changes: 2 additions & 2 deletions subprojects/libsrtp2.wrap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[wrap-git]
directory = libsrtp
url = https://github.com/cisco/libsrtp.git
revision = 1b6deccb216e3cd88bf7ce563b34557b3897c2dd
url = https://github.com/livepeer/libsrtp.git
revision = add83055f7445458fca60723c4e99c10ab382ea5

[provide]
libsrtp2 = libsrtp2_dep
Expand Down