mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
webrtc: Update libnice version requirement to 0.1.17
Since !1366 nice_agent_get_sockets() is used, which requires 0.1.17. Update the version requirement accordingly. Fixes #1459. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1792>
This commit is contained in:
parent
1246b448ee
commit
6d300ce785
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ webrtc_sources = [
|
||||||
'webrtcdatachannel.c',
|
'webrtcdatachannel.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
libnice_dep = dependency('nice', version : '>=0.1.16', required : get_option('webrtc'),
|
libnice_dep = dependency('nice', version : '>=0.1.17', required : get_option('webrtc'),
|
||||||
fallback : ['libnice', 'libnice_dep'],
|
fallback : ['libnice', 'libnice_dep'],
|
||||||
default_options: ['tests=disabled'])
|
default_options: ['tests=disabled'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue