webrtc: add some default options for libnice fallback
The tests are not very reliable, so disable for now.
This commit is contained in:
parent
bfe26464c9
commit
69fcd6391a
@ -14,7 +14,8 @@ webrtc_sources = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
libnice_dep = dependency('nice', version : '>=0.1.14', required : false,
|
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()
|
if libnice_dep.found()
|
||||||
library('gstwebrtc',
|
library('gstwebrtc',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user