Make srtp2 only a dependency for MistOutWebRTC
Change-Id: I52316bbceef463844e8f8cb1ef85277c4b886814
This commit is contained in:
parent
00833223e1
commit
aa614aebab
7 changed files with 18 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue