summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-06-12 20:15:14 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-06-12 20:15:14 +0000
commit4c98dfa57c6e62533efd5c194c13c3afc9d43f21 (patch)
treec130d8df6511a6a369dc09b1726cbe5ee5838a59 /configure.ac
parent823e63b7058ecdce11b6e91008c94c288b9b4eba (diff)
downloadgst-plugins-bad-4c98dfa57c6e62533efd5c194c13c3afc9d43f21.tar.gz
gst-plugins-bad-4c98dfa57c6e62533efd5c194c13c3afc9d43f21.tar.bz2
gst-plugins-bad-4c98dfa57c6e62533efd5c194c13c3afc9d43f21.zip
Move videocrop and osxvideo to -good.
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/inspect/plugin-osxvideo.xml: * docs/plugins/inspect/plugin-videocrop.xml: * gst-plugins-bad.spec.in: * gst/videocrop/Makefile.am: * gst/videocrop/gstvideocrop.c: * gst/videocrop/gstvideocrop.h: * gst/videocrop/videocrop.vcproj: * sys/Makefile.am: * sys/osxvideo/Makefile.am: * sys/osxvideo/cocoawindow.h: * sys/osxvideo/cocoawindow.m: * sys/osxvideo/osxvideosink.h: * sys/osxvideo/osxvideosink.m: * tests/check/Makefile.am: * tests/check/elements/videocrop.c: * tests/icles/Makefile.am: * tests/icles/videocrop-test.c: Move videocrop and osxvideo to -good.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac21
1 files changed, 0 insertions, 21 deletions
diff --git a/configure.ac b/configure.ac
index a835f186..92c84040 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,7 +102,6 @@ GST_PLUGINS_ALL="\
speed \
switch \
tta \
- videocrop \
videoparse \
videosignal \
vmnc \
@@ -317,23 +316,6 @@ AG_GST_CHECK_FEATURE(X, [X libraries and plugins],
CPPFLAGS="$ac_cppflags_save"
])
-dnl *** OS X video ***
-translit(dnm, m, l) AM_CONDITIONAL(USE_OSX_VIDEO, true)
-HAVE_OSX_VIDEO="no"
-AG_GST_CHECK_FEATURE(OSX_VIDEO, [OSX video], osxvideosink, [
- AC_CHECK_HEADER(OpenGL/gl.h, HAVE_OSX_VIDEO="yes", HAVE_OSX_VIDEO="no")
-])
-dnl in case header OpenGL/gl.h is found on other platforms
-case "$host" in
- *-*darwin*)
- dnl do nothing
- ;;
- *)
- HAVE_OSX_VIDEO="no"
- ;;
-esac
-
-
dnl *** ext plug-ins ***
dnl keep this list sorted alphabetically !
@@ -911,7 +893,6 @@ AM_CONDITIONAL(USE_MUSICBRAINZ, false)
AM_CONDITIONAL(USE_MYTHTV, false)
AM_CONDITIONAL(USE_NAS, false)
AM_CONDITIONAL(USE_NEON, false)
-AM_CONDITIONAL(USE_OSX_VIDEO, false)
AM_CONDITIONAL(USE_SDL, false)
AM_CONDITIONAL(USE_SNDFILE, false)
AM_CONDITIONAL(USE_SOUNDTOUCH, false)
@@ -999,7 +980,6 @@ gst/spectrum/Makefile
gst/speed/Makefile
gst/switch/Makefile
gst/tta/Makefile
-gst/videocrop/Makefile
gst/videoparse/Makefile
gst/videosignal/Makefile
gst/vmnc/Makefile
@@ -1012,7 +992,6 @@ gst-libs/gst/app/Makefile
sys/Makefile
sys/glsink/Makefile
sys/dvb/Makefile
-sys/osxvideo/Makefile
examples/Makefile
examples/app/Makefile
examples/directfb/Makefile