Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 359605 | Differences between
and this patch

Collapse All | Expand All

(-)zoneminder-1.24.2.orig/src/zm_local_camera.h (-3 / +3 lines)
Lines 29-37 Link Here
29
#include <linux/videodev2.h>
29
#include <linux/videodev2.h>
30
#define ZM_V4L2
30
#define ZM_V4L2
31
#endif // HAVE_LINUX_VIDEODEV2_H
31
#endif // HAVE_LINUX_VIDEODEV2_H
32
#ifdef HAVE_LINUX_VIDEODEV_H
32
#ifdef HAVE_LIBV4L1_VIDEODEV_H
33
#include <linux/videodev.h>
33
#include <libv4l1-videodev.h>
34
#endif // HAVE_LINUX_VIDEODEV_H
34
#endif // HAVE_LIB4VL1_VIDEODEV_H
35
//
35
//
36
// Class representing 'local' cameras, i.e. those which are
36
// Class representing 'local' cameras, i.e. those which are

Return to bug 359605