Merge pull request #1520 from knnniggett/zmlocalcamera

Set VIDEO_MAX_FRAME if it is not defined
This commit is contained in:
Isaac Connor 2016-06-16 09:31:24 -04:00 committed by GitHub
commit baa7da086a
1 changed files with 5 additions and 0 deletions

View File

@ -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"
// //