Fix motionaway plugin FTBFS

pull/1/head
Timothy Pearson 13 years ago
parent 00fe193f5a
commit f9d73bf736

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

Loading…
Cancel
Save