webrtc: update default libnice options

Uses feature options now.
This commit is contained in:
Tim-Philipp Müller 2018-11-02 20:16:56 +00:00
parent fca02f3dac
commit 247cd2113e

View file

@ -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',