summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-07-06 14:29:04 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-07-06 14:29:47 +0300
commit2aaeb061c421b3499317aac18eb52312ef0c5fcd (patch)
tree45f858e41f36dea1cc65d19f4dc8175f05255718 /configure.ac
parent87a133aad298ca8b2d31e582ae90ecd71f9c405f (diff)
downloadgstreamer-plugins-bad-2aaeb061c421b3499317aac18eb52312ef0c5fcd.tar.gz
webrtcdsp: Also allow webrtc-audio-processing 0.3
It seems to work and is the version available in Debian.
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 58de92742..753bacaa3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3371,7 +3371,7 @@ AG_GST_CHECK_FEATURE(WEBRTCDSP, [WebRTC Audio Processing], webrtcdsp, [
AC_LANG_PUSH([C++])
old_CPPFLAGS=$CPPFLAGS
CPPFLAGS="-std=c++11 $CPPFLAGS"
- AG_GST_PKG_CHECK_MODULES(WEBRTCDSP, webrtc-audio-processing = 0.2)
+ AG_GST_PKG_CHECK_MODULES(WEBRTCDSP, webrtc-audio-processing >= 0.2 webrtc-audio-processing < 0.4)
AC_CHECK_HEADER([typeindex],[],[HAVE_WEBRTCDSP=no])
CPPFLAGS=$old_CPPFLAGS
AC_LANG_POP([C++])