mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
webrtc: update default libnice options
Uses feature options now.
This commit is contained in:
parent
fca02f3dac
commit
247cd2113e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ webrtc_sources = [
|
|||
|
||||
libnice_dep = dependency('nice', version : '>=0.1.14', required : get_option('webrtc'),
|
||||
fallback : ['libnice', 'libnice_dep'],
|
||||
default_options: ['tests=false'])
|
||||
default_options: ['tests=disabled'])
|
||||
|
||||
if libnice_dep.found()
|
||||
gstwebrtc_plugin = library('gstwebrtc',
|
||||
|
|
Loading…
Reference in a new issue