diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-02-26 19:58:02 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-02-26 19:58:02 +0000 |
commit | a67284c6c88e45ce0ae8fdc0cca3989a6e502c62 (patch) | |
tree | e5cfe9d40fe88cb391d11ce508f05883f9c2b7bf /configure.ac | |
parent | 050ce233e089d353c385c2fee0b86b5e4546d67f (diff) |
configure: require core/base 0.10.31
Needed at least for gst_plugin_feature_rank_compare_func().
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 10b8407..70ed5e1 100644 --- a/configure.ac +++ b/configure.ac @@ -42,8 +42,8 @@ AC_SUBST(GST_MAJORMINOR) AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.29 -GSTPB_REQ=0.10.29 +GST_REQ=0.10.31 +GSTPB_REQ=0.10.31 dnl *** autotools stuff **** |