From 11103c6c47c2e4804bfce9b5277d2e044a1c24b0 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sat, 15 Mar 2014 13:17:21 +0100 Subject: 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. --- configure.ac | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.3