diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -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 **** |