summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-06-05 16:32:19 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-06-05 16:32:19 +0000
commit63fc719540e27297f1aaea9e29a71b2e91089e48 (patch)
treea52f14875449f4c57e5923eee9ddee4ec511116b /configure.ac
parente99b73973bc401cb663c231fb38409ff406271be (diff)
configure.ac: Bump requirements to released versions (core and base 0.10.13).
Original commit message from CVS: * configure.ac: Bump requirements to released versions (core and base 0.10.13). * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify): Use gst_tag_utf8_from_freeform_string() from libgsttag instead of own implementation.
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 e4294372..74d913f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,8 +46,8 @@ dnl AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.11.1
-GSTPB_REQ=0.10.12.1
+GST_REQ=0.10.13
+GSTPB_REQ=0.10.13
dnl *** autotools stuff ****