configure.ac: fix build of deinterlace
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 31 Jan 2006 12:30:53 +0000 (12:30 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 31 Jan 2006 12:30:53 +0000 (12:30 +0000)
Original commit message from CVS:

* configure.ac:
fix build of deinterlace

ChangeLog
configure.ac

index 51cfbb2..313f103 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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:
        * docs/plugins/gst-ffmpeg-plugins-docs.sgml:
          first stab at documenting ffmpeg elements.  Needs work.
index 6d633ca..671ba5b 100644 (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)