mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
configure.ac: Error out if we don't have the required version of core.
Original commit message from CVS: * configure.ac: Error out if we don't have the required version of core.
This commit is contained in:
parent
7cb1276dac
commit
28c01f5015
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Error out if we don't have the required version of core.
|
||||||
|
|
||||||
2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
|
2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||||
|
|
||||||
* gst/typefind/gsttypefindfunctions.c: (aac_type_find):
|
* gst/typefind/gsttypefindfunctions.c: (aac_type_find):
|
||||||
|
|
|
@ -253,10 +253,10 @@ fi
|
||||||
|
|
||||||
dnl checks for gstreamer
|
dnl checks for gstreamer
|
||||||
dnl uninstalled is selected preferentially -- see pkg-config(1)
|
dnl uninstalled is selected preferentially -- see pkg-config(1)
|
||||||
AG_GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ])
|
AG_GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ], yes)
|
||||||
AG_GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ])
|
AG_GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ], yes)
|
||||||
AG_GST_CHECK_GST_GDP($GST_MAJORMINOR, [$GST_REQ])
|
AG_GST_CHECK_GST_GDP($GST_MAJORMINOR, [$GST_REQ], yes)
|
||||||
AG_GST_CHECK_GST_CONTROLLER($GST_MAJORMINOR, [$GST_REQ])
|
AG_GST_CHECK_GST_CONTROLLER($GST_MAJORMINOR, [$GST_REQ], yes)
|
||||||
AG_GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$GST_REQ], no)
|
AG_GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$GST_REQ], no)
|
||||||
AM_CONDITIONAL(HAVE_GST_CHECK, test "x$HAVE_GST_CHECK" = "xyes")
|
AM_CONDITIONAL(HAVE_GST_CHECK, test "x$HAVE_GST_CHECK" = "xyes")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue