summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-03-13 19:32:08 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-03-13 19:35:12 +0000
commit5bc20dc242743b68d9eda29d1a65feb3428d5a53 (patch)
treef2ccffb32090a89df169875917773678166737a5 /configure.ac
parent461aa6dd107c84b0f04ee18bddc6c86269f7eceb (diff)
Remove gstmarshal.[ch] completely and use the generic marshaller
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 499c576..43a2341 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,8 +45,8 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.11.0
-GSTPB_REQ=0.11.0
+GST_REQ=0.11.2
+GSTPB_REQ=0.11.2
dnl *** autotools stuff ****