summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-02-02 10:47:15 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-02-02 10:47:15 +0000
commit4062420223da21a7bf701b2c0a8df8755a506b02 (patch)
treea331c158fdc8b0e995bde8a2c318890ebaef50f6 /configure.ac
parent638225aebb76fe08d53a2094b02544838994b369 (diff)
Use new functions from core to render a bin from a string. Fixes build. Up requirements to core CVS.
Original commit message from CVS: * configure.ac: * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key): Use new functions from core to render a bin from a string. Fixes build. Up requirements to core CVS.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3269062a..f2cce8cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.2
+GST_REQ=0.10.2.1
GSTPB_REQ=0.10.2
dnl *** autotools stuff ****