|
|
@ -75,7 +75,12 @@ typedef __signed__ long long __s64;
|
|
|
|
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,50)
|
|
|
|
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,50)
|
|
|
|
#define _LINUX_TIME_H
|
|
|
|
#define _LINUX_TIME_H
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef HAVE_LIBV4L1_VIDEODEV_H
|
|
|
|
|
|
|
|
#include <libv4l1-videodev.h>
|
|
|
|
|
|
|
|
#else
|
|
|
|
#include <linux/videodev.h>
|
|
|
|
#include <linux/videodev.h>
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#define DEF_WIDTH 352
|
|
|
|
#define DEF_WIDTH 352
|
|
|
|
#define DEF_HEIGHT 288
|
|
|
|
#define DEF_HEIGHT 288
|
|
|
|