projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fca02f3
)
webrtc: update default libnice options
author
Tim-Philipp Müller
<tim@centricular.com>
Fri, 2 Nov 2018 20:16:56 +0000
(20:16 +0000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Fri, 2 Nov 2018 20:16:56 +0000
(20:16 +0000)
Uses feature options now.
ext/webrtc/meson.build
patch
|
blob
|
history
diff --git
a/ext/webrtc/meson.build
b/ext/webrtc/meson.build
index
b2f485b
..
6eb7ca0
100644
(file)
--- 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',