mirror of
https://github.com/dyne/FreeJ.git
synced 2026-06-16 12:59:33 +02:00
correct check for v4l2
This commit is contained in:
+1
-1
@@ -391,7 +391,7 @@ fi
|
||||
dnl ==============================================================
|
||||
dnl CHECK if there is VIDEO4LINUX
|
||||
dnl ==============================================================
|
||||
AC_CHECK_HEADERS([linux/videodev.h], [have_videodev=yes], [have_videodev=no])
|
||||
AC_CHECK_HEADERS([linux/videodev2.h], [have_videodev=yes], [have_videodev=no])
|
||||
AC_ARG_ENABLE(v4l,
|
||||
AS_HELP_STRING([--enable-v4l],[compile with Video4Linux Layer (autodetect)]),
|
||||
[enable_v4l=$enableval],
|
||||
|
||||
Reference in New Issue
Block a user