summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2006-10-16 22:09:32 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2006-10-16 22:09:32 +0000
commiteebe97a3fe85f26ec95ad237a327ed02a2a2bfb2 (patch)
tree6389b988ae54e7d7ad1606842d860cc287b3b4c3 /configure.ac
parent7fc7640140629acc747df852e8e6a3de7aa153ab (diff)
downloadxine-lib-eebe97a3fe85f26ec95ad237a327ed02a2a2bfb2.tar.gz
xine-lib-eebe97a3fe85f26ec95ad237a327ed02a2a2bfb2.tar.bz2
Compile v4l on FreeBSD with v4l_compat package.
CVS patchset: 8343 CVS date: 2006/10/16 22:09:32
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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