Make srtp2 only a dependency for MistOutWebRTC

Change-Id: I52316bbceef463844e8f8cb1ef85277c4b886814
This commit is contained in:
Thulinma 2023-01-02 14:44:52 +01:00
parent 00833223e1
commit aa614aebab
7 changed files with 18 additions and 11 deletions

View file

@ -120,7 +120,7 @@ if usessl
endif
srtp2 = dependency('libsrtp2', fallback : ['libsrtp2', 'libsrtp2_dep'])
ssl_deps = [mbedtls, mbedx509, mbedcrypto, srtp2]
ssl_deps = [mbedtls, mbedx509, mbedcrypto]
endif
libsrt = false