diff options
author | Arnaud Vrac <avrac@freebox.fr> | 2015-08-19 15:31:16 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-08-19 16:52:03 +0300 |
commit | 697f117ddda44d0386e46e082dbd6190d837db2a (patch) | |
tree | 53c384c315eeb7d552e3e5bcf0480decf0da5db4 /configure.ac | |
parent | 2ebebdbfbb7f5cfa7b438bb6b02fc723c9349d51 (diff) | |
download | gstreamer-plugins-bad-697f117ddda44d0386e46e082dbd6190d837db2a.tar.gz |
configure.ac: fix build when the uvch264 plugin is not selected
Instead of checking for the gstreamer-video-1.0 package is installed,
just assume it is since we already check for the -base dependency.
With this replace the GST_VIDEO_* variables in makefiles and directly
link with libgstvideo.
https://bugzilla.gnome.org/show_bug.cgi?id=753820
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4594b3fd8..955244c6b 100644 --- a/configure.ac +++ b/configure.ac @@ -1702,7 +1702,6 @@ dnl *** UVC H264 *** translit(dnm, m, l) AM_CONDITIONAL(USE_UVCH264, true) AG_GST_CHECK_FEATURE(UVCH264, [UVC H264], uvch264, [ AC_CHECK_HEADER(linux/uvcvideo.h, HAVE_UVCVIDEO_H=yes, HAVE_UVCVIDEO_H=no) - AG_GST_PKG_CHECK_MODULES(GST_VIDEO, gstreamer-video-1.0) PKG_CHECK_MODULES(G_UDEV, gudev-1.0 , [ AC_DEFINE([HAVE_GUDEV], 1, [Define if gudev is installed]) HAVE_GUDEV="yes" ], |