summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-09-22 17:53:48 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-09-22 17:53:48 +0000
commit3da33640bb1995294280ebc83bb319e10cc291e0 (patch)
treea60fc28528ae7d5d9b8b372fc975b12d7ffd1633
parentaeec395c22314b445018d6a22ddef897d69f2db8 (diff)
configure.ac: Need -base CVS for gst_base_rtp_depayload_push_ts().
Original commit message from CVS: * configure.ac: Need -base CVS for gst_base_rtp_depayload_push_ts().
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 85985d13..c960ff04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
+
+ * configure.ac:
+ Need -base CVS for gst_base_rtp_depayload_push_ts().
+
2006-09-22 Wim Taymans <wim@fluendo.com>
* gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
diff --git a/configure.ac b/configure.ac
index 630f4700..6662a8af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,8 +44,8 @@ dnl AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.9.1
-GSTPB_REQ=0.10.9.1
+GST_REQ=0.10.10.1
+GSTPB_REQ=0.10.10.1
dnl *** autotools stuff ****