mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue