View | Details | Raw Unified | Return to bug 210088 | Differences between
and this patch

Collapse All | Expand All

(-)zoneminder/files/patch-src_zm__local__camera.h 2016-06-07 10:21:12.000000000 +0300 (+14 lines)
Line 0 Link Here
1
--- src/zm_local_camera.h.orig 2016-06-07 07:18:44 UTC
2
+++ src/zm_local_camera.h
3
@@ -36,6 +36,11 @@
4
 #include <linux/videodev2.h>
5
 #endif // HAVE_LINUX_VIDEODEV2_H
6
7
+// Required on systems with v4l1 but without v4l2 headers
8
+#ifndef VIDEO_MAX_FRAME
9
+#define VIDEO_MAX_FRAME	32
10
+#endif
11
+
12
 #include "zm_ffmpeg.h"
13
14
 //

Return to bug 210088