mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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.
This commit is contained in:
parent
760ba00524
commit
12fde4cf38
2 changed files with 7 additions and 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>
|
||||
|
|
|
@ -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 ****
|
||||
|
||||
|
|
Loading…
Reference in a new issue