mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 09:04:15 +00:00
meson: Add a subproject fallback for libnice in webrtc
This commit is contained in:
parent
5add956727
commit
7f7324b3e6
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ webrtc_sources = [
|
||||||
'webrtctransceiver.c',
|
'webrtctransceiver.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
libnice_dep = dependency('nice', version : '>=0.1.14', required : false)
|
libnice_dep = dependency('nice', version : '>=0.1.14', required : false,
|
||||||
|
fallback : ['libnice', 'libnice_dep'])
|
||||||
|
|
||||||
if libnice_dep.found()
|
if libnice_dep.found()
|
||||||
library('gstwebrtc',
|
library('gstwebrtc',
|
||||||
|
|
Loading…
Reference in a new issue