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
|
@ -40,7 +40,6 @@ headers = [
|
|||
'sdp_media.h',
|
||||
'shared_memory.h',
|
||||
'socket.h',
|
||||
'srtp.h',
|
||||
'stream.h',
|
||||
'stun.h',
|
||||
'theora.h',
|
||||
|
@ -69,7 +68,7 @@ install_headers(headers, subdir: 'mist')
|
|||
extra_code = []
|
||||
|
||||
if usessl
|
||||
extra_code += ['dtls_srtp_handshake.cpp', 'stun.cpp', 'certificate.cpp', 'encryption.cpp', 'srtp.cpp',]
|
||||
extra_code += ['dtls_srtp_handshake.cpp', 'stun.cpp', 'certificate.cpp', 'encryption.cpp',]
|
||||
endif
|
||||
|
||||
libmist = library('mist',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue