mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
webrtc: We need at least libnice 0.1.14
meson.build already required that, let's do the same for configure.ac
This commit is contained in:
parent
c282f4148c
commit
0cad51d96c
1 changed files with 1 additions and 1 deletions
|
@ -2296,7 +2296,7 @@ AG_GST_CHECK_FEATURE(WEBRTCDSP, [WebRTC Audio Processing], webrtcdsp, [
|
||||||
dnl *** WebRTC ***
|
dnl *** WebRTC ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_WEBRTC, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_WEBRTC, true)
|
||||||
AG_GST_CHECK_FEATURE(WEBRTC, [WebRTC], webrtc, [
|
AG_GST_CHECK_FEATURE(WEBRTC, [WebRTC], webrtc, [
|
||||||
PKG_CHECK_MODULES(NICE, nice >= 0.1, [
|
PKG_CHECK_MODULES(NICE, nice >= 0.1.14, [
|
||||||
HAVE_WEBRTC="yes" ], [
|
HAVE_WEBRTC="yes" ], [
|
||||||
HAVE_WEBRTC="no"
|
HAVE_WEBRTC="no"
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue