summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-10-09 16:39:13 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-10-09 16:39:13 -0400
commit958728fe7ca77b74a6b876b97f6d6e2ef877a840 (patch)
tree87de12e942add89050dd1f38cb5a9fed4a5cf260 /configure.ac
parent5f6f8aa6c7eeeeb0cf564499967e292f5a0eee07 (diff)
downloadfarstream-958728fe7ca77b74a6b876b97f6d6e2ef877a840.tar.gz
Requirement is actually 1.4 for srtp
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f90f5f85..7c262187 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,8 +66,8 @@ dnl AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.2
-GSTPB_REQ=1.2
+GST_REQ=1.4
+GSTPB_REQ=1.4
dnl *** autotools stuff ****