Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2014-03-15 16:17:21 +0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2014-03-15 16:54:47 +0400
commit11103c6c47c2e4804bfce9b5277d2e044a1c24b0 (patch)
tree00d51b6c2ab1fbc6bef6c303e28d6cdd4a5f427d /configure.ac
parent418a4940a8c41411cef33a0054879cbd4c9bd181 (diff)
v4l2: Remove XV support
XV support for v4l2 never became upstream and ended up being commented out with an undef for a long time now.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 8b0fb73c5..06c9bfe59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -498,9 +498,6 @@ AG_GST_CHECK_FEATURE(OSX_VIDEO, [OSX video], osxvideosink, [
]], [[return 0;]])],[HAVE_OSX_VIDEO="yes"],[HAVE_OSX_VIDEO="no"])
])
-dnl check for XOverlay libraries
-AG_GST_CHECK_XV
-
# Optional gudev for device probing
AC_ARG_WITH([gudev],
AS_HELP_STRING([--with-gudev],[device detection with gudev]),
@@ -603,13 +600,6 @@ AG_GST_CHECK_FEATURE(XSHM, [X Shared Memory extension], , [
AC_SUBST(XSHM_LIBS)
])
-dnl for V4L2, we also need to know if we have XVIDEO
-translit(dnm, m, l) AM_CONDITIONAL(USE_XVIDEO, true)
-AG_GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions],
- [], [
- AG_GST_CHECK_XV
-])
-
dnl *** ext plug-ins ***
dnl keep this list sorted alphabetically !
@@ -946,7 +936,6 @@ AM_CONDITIONAL(USE_WAVEFORM, false)
AM_CONDITIONAL(USE_WAVPACK, false)
AM_CONDITIONAL(USE_X, false)
AM_CONDITIONAL(USE_XSHM, false)
-AM_CONDITIONAL(USE_XVIDEO, false)
AM_CONDITIONAL(USE_ZLIB, false)
fi dnl of EXT plugins