diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-12-11 22:29:18 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-12-11 22:29:18 +0000 |
commit | 12fde4cf38525e78362ef66e305ad6395e5d8168 (patch) | |
tree | 5e0b77e4fb88033790ba3a12e17a157037128ced | |
parent | 760ba00524883ff613369b7909044e1c462138a1 (diff) |
configure.ac: We need core/base 0.10.15 or later.
Original commit message from CVS:
* configure.ac:
We need core/base 0.10.15 or later.
-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 **** |