From 99bf36b55d33de8c46fc4722540297417b6b72c6 Mon Sep 17 00:00:00 2001 From: Dan Kegel Date: Sun, 2 Feb 2014 09:57:03 -0800 Subject: [PATCH] v4l2: Remove obsolete definition GST_V4L2_MISSING_BUFDECL The only use was removed by 9edc0c0365f79ab07ff2e65461c6696e3931a3f0 https://bugzilla.gnome.org/show_bug.cgi?id=723446 --- configure.ac | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/configure.ac b/configure.ac index 1bbdfa0..f1bfc48 100644 --- a/configure.ac +++ b/configure.ac @@ -544,31 +544,6 @@ return 0; ]) 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_COMPILE_IFELSE([AC_LANG_PROGRAM([[ -#include -#ifdef __sun /* Solaris */ -#include -#include -#elif __FreeBSD__ -#include -#else /* Linux */ -#include -#define _LINUX_TIME_H -#define __user -#include -#endif - ]], [[ -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 AG_GST_CHECK_XV fi -- 2.7.4