Merge pull request #1520 from knnniggett/zmlocalcamera
Set VIDEO_MAX_FRAME if it is not defined
This commit is contained in:
commit
baa7da086a
|
@ -36,6 +36,11 @@
|
||||||
#include <linux/videodev2.h>
|
#include <linux/videodev2.h>
|
||||||
#endif // HAVE_LINUX_VIDEODEV2_H
|
#endif // HAVE_LINUX_VIDEODEV2_H
|
||||||
|
|
||||||
|
// Required on systems with v4l1 but without v4l2 headers
|
||||||
|
#ifndef VIDEO_MAX_FRAME
|
||||||
|
#define VIDEO_MAX_FRAME 32
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "zm_ffmpeg.h"
|
#include "zm_ffmpeg.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue