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

Collapse All | Expand All

(-)src/zm_local_camera.h (+5 lines)
Lines 36-41 Link Here
36
#include <linux/videodev2.h>
36
#include <linux/videodev2.h>
37
#endif // HAVE_LINUX_VIDEODEV2_H
37
#endif // HAVE_LINUX_VIDEODEV2_H
38
38
39
// Required on systems with v4l1 but without v4l2 headers
40
#ifndef VIDEO_MAX_FRAME
41
#define VIDEO_MAX_FRAME	32
42
#endif
43
39
#include "zm_ffmpeg.h"
44
#include "zm_ffmpeg.h"
40
45
41
//
46
//

Return to bug 210088