opnsense-ports/multimedia/motion/files/patch-configure.ac
Franco Fichtner 54a51c4f83 */*: sync with upstream
Taken from: FreeBSD
2017-01-30 07:39:03 +01:00

11 lines
335 B
Text

--- configure.ac.orig 2016-10-25 01:39:24 UTC
+++ configure.ac
@@ -790,7 +790,7 @@ SUPPORTED_V4L2_old=false
if test "${V4L}" = "no"; then
AC_MSG_CHECKING(for V42L support)
AC_MSG_RESULT(skipping)
-else
+elif test "${PWCBSD}" = "yes"; then
AC_CHECK_TYPE([struct v4l2_buffer],
[SUPPORTED_V4L2=true],
[SUPPORTED_V4L2=false],