mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
configure.ac: Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
Original commit message from CVS: * configure.ac: Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo. Also bump the GLib requirement to the current de-facto requirement (ie. 2.12).
This commit is contained in:
parent
631982f160
commit
777476da05
2 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-04-04 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* configure.ac:
|
||||
Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
|
||||
Also bump the GLib requirement to the current de-facto requirement
|
||||
(ie. 2.12).
|
||||
|
||||
2008-04-04 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/rtp/gstrtph264pay.c: (encode_base64),
|
||||
|
|
|
@ -46,8 +46,8 @@ dnl AS_LIBTOOL_TAGS
|
|||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=0.10.17
|
||||
GSTPB_REQ=0.10.17
|
||||
GST_REQ=0.10.18
|
||||
GSTPB_REQ=0.10.18
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
@ -185,7 +185,7 @@ AM_CONDITIONAL(GST_HAVE_MMAP, test "x$ac_cv_func_mmap_fixed_mapped" == "xyes")
|
|||
dnl *** checks for dependency libraries ***
|
||||
|
||||
dnl GLib is required
|
||||
AG_GST_GLIB_CHECK([2.6])
|
||||
AG_GST_GLIB_CHECK([2.12])
|
||||
|
||||
dnl liboil is required
|
||||
PKG_CHECK_MODULES(LIBOIL, liboil-0.3 >= 0.3.8, HAVE_LIBOIL=yes, HAVE_LIBOIL=no)
|
||||
|
|
Loading…
Reference in a new issue