diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2007-12-11 Tim-Philipp Müller <tim at centricular dot net> + + * configure.ac: + We need core/base 0.10.15 or later. + 2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk> Patch by: Mark Nauwelaerts <manauw skynet be> diff --git a/configure.ac b/configure.ac index 0f70c887..1712de9a 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.14.1 -GSTPB_REQ=0.10.13.1 +GST_REQ=0.10.15 +GSTPB_REQ=0.10.15 dnl *** autotools stuff **** |