From 2aaeb061c421b3499317aac18eb52312ef0c5fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 6 Jul 2016 14:29:04 +0300 Subject: [PATCH] webrtcdsp: Also allow webrtc-audio-processing 0.3 It seems to work and is the version available in Debian. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 58de92742b..753bacaa37 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++])