mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
4a2617de08
Zoneminder is an all-in-one GPL'd security and surveillance camera solution. Fully web-based system for viewing and analyzing security camera feeds. This version has H.264 support. WWW: http://www.zoneminder.com/ PR: 214564 Submitted by: Ivan <bsd@abinet.ru>
15 lines
304 B
C
15 lines
304 B
C
--- src/zm_local_camera.h.orig 2016-10-03 17:21:50 UTC
|
|
+++ src/zm_local_camera.h
|
|
@@ -41,6 +41,11 @@
|
|
#define VIDEO_MAX_FRAME 32
|
|
#endif
|
|
|
|
+// Required on systems with v4l1 but without v4l2 headers
|
|
+#ifndef VIDEO_MAX_FRAME
|
|
+#define VIDEO_MAX_FRAME 32
|
|
+#endif
|
|
+
|
|
#include "zm_ffmpeg.h"
|
|
|
|
//
|