diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-11-26 14:36:42 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-11-26 14:43:21 +0000 |
commit | a96449173594d05a0b170ffa70a80b638694b1f8 (patch) | |
tree | 89955c36dd31bc632473eecde0d476d079976e22 /configure.ac | |
parent | 1d7c4f43447101be8942da57f948cd576f44a7ed (diff) | |
download | gstreamer-plugins-bad-a96449173594d05a0b170ffa70a80b638694b1f8.tar.gz |
Remove unported and obsolete qtwrapper plugin code
QuickTime is deprecated, we want new plugins based
on avfoundation (osx) or dxva/mediafoundation (windows).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index 58fa0904c..2c12e9724 100644 --- a/configure.ac +++ b/configure.ac @@ -422,7 +422,7 @@ GST_PLUGINS_NONPORTED=" cdxaparse \ gsettings \ musepack nas sdl timidity \ directdraw acm wininet \ - xvid lv2 teletextdec sndio osx_video quicktime libvisual" + xvid lv2 teletextdec sndio osx_video libvisual" AC_SUBST(GST_PLUGINS_NONPORTED) dnl these are all the gst plug-ins, compilable without additional libs @@ -1710,13 +1710,6 @@ case "$host" in ;; esac -dnl check for QuickTime -translit(dnm, m, l) AM_CONDITIONAL(USE_QUICKTIME, true) -AG_GST_CHECK_FEATURE(QUICKTIME, [QuickTime wrapper], qtwrapper, [ - AC_CHECK_TYPE([SampleReferenceRecord], HAVE_QUICKTIME="yes", HAVE_QUICKTIME="no", - [#include <Quicktime/Quicktime.h>]) -]) - dnl check for shm_open (for shm plugin) translit(dnm, m, l) AM_CONDITIONAL(USE_SHM, true) AG_GST_CHECK_FEATURE(SHM, [POSIX shared memory source and sink], shm, [ @@ -3291,7 +3284,6 @@ sys/fbdev/Makefile sys/linsys/Makefile sys/opensles/Makefile sys/osxvideo/Makefile -sys/qtwrapper/Makefile sys/shm/Makefile sys/uvch264/Makefile sys/vcd/Makefile |