summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-03-14 14:43:37 +0000
committerTim-Philipp Müller <tim@centricular.com>2015-03-14 14:47:25 +0000
commitbcde1a015cc62c2f2cc1916fb02f042e64f87206 (patch)
treecc0cd255deac77dad869e36f9ae60c224502b4fd /configure.ac
parentf532a72406fedf1052e2a0a2a81db3a6cb81b2e9 (diff)
downloadgstreamer-plugins-bad-bcde1a015cc62c2f2cc1916fb02f042e64f87206.tar.gz
Remove unported and useless osxvideosrc element
There are other elements for this now.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac18
1 files changed, 1 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac
index 511b9f7e6..f94cd8ea0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -422,7 +422,7 @@ GST_PLUGINS_NONPORTED=" cdxaparse \
gsettings \
musepack nas sdl timidity \
acm wininet \
- xvid lv2 teletextdec sndio osx_video libvisual"
+ xvid lv2 teletextdec sndio libvisual"
AC_SUBST(GST_PLUGINS_NONPORTED)
dnl these are all the gst plug-ins, compilable without additional libs
@@ -1631,22 +1631,6 @@ AG_GST_CHECK_FEATURE(BLUEZ, [Bluez], bluez, [
])
])
-dnl *** OS X videosrc ***
-translit(dnm, m, l) AM_CONDITIONAL(USE_OSX_VIDEO, true)
-HAVE_OSX_VIDEO="no"
-AG_GST_CHECK_FEATURE(OSX_VIDEO, [OSX video], osxvideosrc, [
- AC_CHECK_TYPE([SeqGrabComponent], HAVE_OSX_VIDEO="yes", HAVE_OSX_VIDEO="no",
- [#include <Quicktime/Quicktime.h>])
-])
-dnl in case header Quicktime/Quicktime.h is found on other platforms
-case "$host" in
- *-*darwin*)
- ;;
- *)
- HAVE_OSX_VIDEO="no"
- ;;
-esac
-
dnl *** OS/X AVCVideoServices ***
translit(dnm, m, l) AM_CONDITIONAL(USE_AVC, true)
HAVE_AVC="no"