diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2008-06-24 Tim-Philipp Müller <tim.muller at collabora co uk> + + * configure.ac: + Depend on released versions of core and -base. + 2008-06-23 Julien Moutte <julien@fluendo.com> * gst/matroska/matroska-demux.c: diff --git a/configure.ac b/configure.ac index 0f81eaac..3a037730 100644 --- a/configure.ac +++ b/configure.ac @@ -47,8 +47,8 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.19.1 -GSTPB_REQ=0.10.19.1 +GST_REQ=0.10.20 +GSTPB_REQ=0.10.20 dnl *** autotools stuff **** |