summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJosep Torra <jtorra@oblong.com>2017-05-03 13:21:42 +0200
committerJosep Torra <jtorra@oblong.com>2017-05-03 13:21:42 +0200
commit367b4a353fb47559be8e0d430f69d192937a927b (patch)
tree616387fd7bfaee063abb67ee3a0de1e392437e4f /configure.ac
parentcdfa0897e52696155237e56eda91485c1a4eb432 (diff)
downloadgstreamer-plugins-bad-367b4a353fb47559be8e0d430f69d192937a927b.tar.gz
qtkit: drop the qtkitvideosrc element
The QTKit framework had been deprecated for long in favour of AVFundation framework and we already have avfvideosrc that provides the same functionality. https://bugzilla.gnome.org/show_bug.cgi?id=782078
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index dc2425ee5..01083718e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -528,7 +528,6 @@ dnl *** plug-ins to exclude ***
AC_CHECK_HEADER(AVFoundation/AVFoundation.h, HAVE_AVFOUNDATION="yes", HAVE_AVFOUNDATION="no", [-])
AC_CHECK_HEADER(MobileCoreServices/MobileCoreServices.h, HAVE_IOS="yes", HAVE_IOS="no", [-])
AC_CHECK_HEADER(VideoToolbox/VideoToolbox.h, HAVE_VIDEOTOOLBOX="yes", HAVE_VIDEOTOOLBOX="no", [-])
-AC_CHECK_HEADER(QTKit/QTKit.h, HAVE_QTKIT="yes", HAVE_QTKIT="no", [-])
if test "x$HAVE_VIDEOTOOLBOX" = "xyes"; then
old_LIBS=$LIBS
@@ -555,10 +554,6 @@ if test "x$HAVE_VIDEOTOOLBOX" = "xyes"; then
AC_DEFINE(HAVE_VIDEOTOOLBOX, 1, [Define if building with VideoToolbox])
fi
-AM_CONDITIONAL(HAVE_QTKIT, test "x$HAVE_QTKIT" = "xyes")
-if test "x$HAVE_QTKIT" = "xyes"; then
- AC_DEFINE(HAVE_QTKIT, 1, [Define if building with QTKit])
-fi
dnl disable gst plugins we might not be able to build on this
dnl platform: (ugly but minimally invasive)
dnl FIXME: maybe move to sys, or make work with winsock2