summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-02-16 17:36:04 +0200
committerSebastian Dröge <sebastian@centricular.com>2018-02-16 17:36:04 +0200
commit0cad51d96c21da32c86c20c6f41f85e02dc4111d (patch)
tree8cedbd27c9dee767db6005bbb48b36c59f4a6152 /configure.ac
parentc282f4148cc6105c7c59da8bf8552cc9e7cb487a (diff)
webrtc: We need at least libnice 0.1.14
meson.build already required that, let's do the same for configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5311039ab..8f53d9b7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"
])