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:
Sebastian Dröge 2018-02-16 17:36:04 +02:00
parent c282f4148c
commit 0cad51d96c

View file

@ -2296,7 +2296,7 @@ AG_GST_CHECK_FEATURE(WEBRTCDSP, [WebRTC Audio Processing], webrtcdsp, [
dnl *** WebRTC ***
translit(dnm, m, l) AM_CONDITIONAL(USE_WEBRTC, true)
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="no"
])