From cd5fcd38501937ed1a933272f69333bef53d094a Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 10 Jan 2002 04:55:38 +0000 Subject: apparently some older (2.2) videodev.h files don't have some decls, so explicitly check for them Original commit message from CVS: apparently some older (2.2) videodev.h files don't have some decls, so explicitly check for them --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9aad3e60..e528bc43 100644 --- a/configure.ac +++ b/configure.ac @@ -287,7 +287,7 @@ GST_CHECK_FEATURE(QCAM, [QuickCam], qcamsrc, HAVE_QCAM="yes") dnl *** Video 4 Linux *** translit(dnm, m, l) AM_CONDITIONAL(USE_V4L, true) GST_CHECK_FEATURE(V4L, [Video 4 Linux], v4lsrc, [ - AC_CHECK_HEADER(linux/videodev.h, HAVE_V4L="yes", HAVE_V4L="no") + AC_CHECK_DECL(VID_TYPE_MPEG_ENCODER, HAVE_V4L="yes", HAVE_V4L="no", [#include ]) ]) dnl *** Video CD *** -- cgit