From eebe97a3fe85f26ec95ad237a327ed02a2a2bfb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 16 Oct 2006 22:09:32 +0000 Subject: Compile v4l on FreeBSD with v4l_compat package. CVS patchset: 8343 CVS date: 2006/10/16 22:09:32 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8071e881b..53a332ab4 100644 --- a/configure.ac +++ b/configure.ac @@ -583,6 +583,7 @@ AC_ARG_ENABLE([v4l], if test "x$enable_v4l" != "xno"; then AC_CHECK_HEADERS([linux/videodev.h], [have_v4l=yes], [have_v4l=no]) + AC_CHECK_HEADERS([asm/types.h]) if test "x$enable_v4l" = "xyes" && test "x$have_v4l" = "xno"; then AC_MSG_ERROR([Video4Linux support requested, but prerequisite headers not found.]) fi -- cgit v1.2.3