diff --git a/meson.build b/meson.build index ff342b921..a1563c3bd 100644 --- a/meson.build +++ b/meson.build @@ -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 diff --git a/subprojects/libsrtp2.wrap b/subprojects/libsrtp2.wrap index 752ee2768..3d3d86dc2 100644 --- a/subprojects/libsrtp2.wrap +++ b/subprojects/libsrtp2.wrap @@ -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