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:
Tim-Philipp Müller 2008-05-19 16:13:25 +00:00
parent 7cb1276dac
commit 28c01f5015
2 changed files with 9 additions and 4 deletions

View file

@ -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>
* gst/typefind/gsttypefindfunctions.c: (aac_type_find):

View file

@ -253,10 +253,10 @@ fi
dnl checks for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)
AG_GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ])
AG_GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ])
AG_GST_CHECK_GST_GDP($GST_MAJORMINOR, [$GST_REQ])
AG_GST_CHECK_GST_CONTROLLER($GST_MAJORMINOR, [$GST_REQ])
AG_GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ], yes)
AG_GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ], yes)
AG_GST_CHECK_GST_GDP($GST_MAJORMINOR, [$GST_REQ], yes)
AG_GST_CHECK_GST_CONTROLLER($GST_MAJORMINOR, [$GST_REQ], yes)
AG_GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$GST_REQ], no)
AM_CONDITIONAL(HAVE_GST_CHECK, test "x$HAVE_GST_CHECK" = "xyes")