summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-11-02 20:16:56 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-11-02 20:16:56 +0000
commit247cd2113eb7c42db1053cd17aba43fea01d43cf (patch)
tree3287cd2c4a79066ea5c70cc2f1f64602d973b67d /ext
parentfca02f3dac15987502dde6439bd09b6537eca604 (diff)
downloadgstreamer-plugins-bad-247cd2113eb7c42db1053cd17aba43fea01d43cf.tar.gz
webrtc: update default libnice options
Uses feature options now.
Diffstat (limited to 'ext')
-rw-r--r--ext/webrtc/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/webrtc/meson.build b/ext/webrtc/meson.build
index b2f485be5..6eb7ca089 100644
--- a/ext/webrtc/meson.build
+++ b/ext/webrtc/meson.build
@@ -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',