webrtc: add some default options for libnice fallback

The tests are not very reliable, so disable for now.
This commit is contained in:
Tim-Philipp Müller 2018-05-19 12:24:40 +01:00
parent bfe26464c9
commit 69fcd6391a

View file

@ -14,7 +14,8 @@ webrtc_sources = [
]
libnice_dep = dependency('nice', version : '>=0.1.14', required : false,
fallback : ['libnice', 'libnice_dep'])
fallback : ['libnice', 'libnice_dep'],
default_options: ['-Dtests=false'])
if libnice_dep.found()
library('gstwebrtc',