mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
configure.ac: fix build of deinterlace
Original commit message from CVS: * configure.ac: fix build of deinterlace
This commit is contained in:
parent
7ce7e929d1
commit
cc49eb9bdd
2 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue