From ca7c4c657ce03ce9ab8fa059ba73fa35e8770b2b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 3 Oct 2006 18:23:21 +0000 Subject: moved to gst-plugins-good Original commit message from CVS: * configure.ac: * sys/Makefile.am: * sys/v4l2/Makefile.am: * sys/v4l2/README: * sys/v4l2/gstv4l2.c: * sys/v4l2/gstv4l2colorbalance.c: * sys/v4l2/gstv4l2colorbalance.h: * sys/v4l2/gstv4l2object.c: * sys/v4l2/gstv4l2object.h: * sys/v4l2/gstv4l2src.c: * sys/v4l2/gstv4l2src.h: * sys/v4l2/gstv4l2tuner.c: * sys/v4l2/gstv4l2tuner.h: * sys/v4l2/gstv4l2vidorient.c: * sys/v4l2/gstv4l2vidorient.h: * sys/v4l2/gstv4l2xoverlay.c: * sys/v4l2/gstv4l2xoverlay.h: * sys/v4l2/v4l2_calls.c: * sys/v4l2/v4l2_calls.h: * sys/v4l2/v4l2src_calls.c: * sys/v4l2/v4l2src_calls.h: moved to gst-plugins-good --- configure.ac | 58 ---------------------------------------------------------- 1 file changed, 58 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cc0cc96f..a8d87772 100644 --- a/configure.ac +++ b/configure.ac @@ -266,63 +266,6 @@ GST_CHECK_FEATURE(X, [X libraries and plugins], CPPFLAGS="$ac_cppflags_save" ]) -dnl *** Video 4 Linux 2 *** -dnl for information about the header/define, see sys/v4l2/gstv4l2element.h -dnl renamed to GST_V4L2 because of some conflict with kernel headers -translit(dnm, m, l) AM_CONDITIONAL(USE_GST_V4L2, true) -GST_CHECK_FEATURE(GST_V4L2, [Video 4 Linux 2], v4l2src, [ - AC_MSG_CHECKING([Checking for uptodate v4l2 installation]) - AC_TRY_COMPILE([ -#include -#include -#define _LINUX_TIME_H -#define __user -#include -#if defined(V4L2_MAJOR_VERSION) || defined(V4L2_MINOR_VERSION) -#error too early v4l2 version or no v4l2 at all -#endif - ], [ -return 0; - ], [ - HAVE_GST_V4L2="yes" - AC_MSG_RESULT(yes) - ], [ - HAVE_GST_V4L2="no" - AC_MSG_RESULT(no) - AC_CHECK_HEADER(linux/videodev2.h, - [ - AC_MSG_WARN([video4linux2 headers were found, but they're old.]) - AC_MSG_WARN([Please update v4l2 to compile the v4l2 plugins]) - ], [ - AC_MSG_WARN([video4linux2 was not found]) - ]) - ]) - - if [ test x$HAVE_GST_V4L2 = xyes ]; then - dnl check for missing v4l2_buffer declaration (see #135919) - MISSING_DECL=0 - AC_MSG_CHECKING(struct v4l2_buffer declaration) - AC_TRY_COMPILE([ -#include -#include -#define _LINUX_TIME_H -#define __user -#include - ],[ -struct v4l2_buffer buf; -buf.index = 0; -return 0; - ], [ AC_MSG_RESULT(yes) ], [ MISSING_DECL=1 && AC_MSG_RESULT(no) ]) - if [ test x$MISSING_DECL = x1 ]; then - AC_DEFINE(GST_V4L2_MISSING_BUFDECL, 1, [struct v4l2_buffer missing]) - fi - - dnl check for XOverlay libraries - GST_CHECK_XV - fi -]) -AM_CONDITIONAL(USE_XVIDEO, test "x$HAVE_XVIDEO" = "xyes") - dnl *** ext plug-ins *** dnl keep this list sorted alphabetically ! @@ -855,7 +798,6 @@ gst-libs/Makefile gst-libs/gst/Makefile sys/Makefile sys/glsink/Makefile -sys/v4l2/Makefile examples/Makefile examples/directfb/Makefile ext/amrwb/amrwb-code/Makefile -- cgit v1.2.1