configure.ac: fix build of deinterlace

Original commit message from CVS:

* configure.ac:
fix build of deinterlace
This commit is contained in:
Thomas Vander Stichele 2006-01-31 12:30:53 +00:00
parent 7ce7e929d1
commit cc49eb9bdd
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
fix build of deinterlace
2006-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
* docs/plugins/Makefile.am:

View file

@ -66,6 +66,7 @@ dnl check for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)
GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ])
GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ])
GST_CHECK_GST_PLUGINS_BASE($GST_MAJORMINOR, [$GST_REQ])
if test "x$HAVE_GST" = "xno"; then
AC_MSG_ERROR(no GStreamer found)