summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-07 19:56:42 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-07 19:56:42 +0000
commita0be7eef020fb724387ecd03701cc87c1aa671f7 (patch)
tree7c88faf72dd0f52abd12c2191bbe1a36e96c3116
parentf66834c11fe7ca95b1ebcb76060bc7f8c4df2faf (diff)
configure: require core from git/pre-release
For gst_element_class_add_static_pad_template() which was added only recently.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 64579bc..6756f0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,7 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.31
+GST_REQ=0.10.35.1
ORC_REQ=0.4.6
dnl *** autotools stuff ****