Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 376225
Collapse All | Expand All

(-)motion-3.2.12-OLD/motion.h (-1 / +1 lines)
Lines 40-46 Link Here
40
40
41
#define _LINUX_TIME_H 1
41
#define _LINUX_TIME_H 1
42
#if !defined(WITHOUT_V4L) && !defined(BSD)
42
#if !defined(WITHOUT_V4L) && !defined(BSD)
43
#include <linux/videodev.h>
43
#include <libv4l1-videodev.h>
44
#endif
44
#endif
45
45
46
#include <pthread.h>
46
#include <pthread.h>
(-)motion-3.2.12-OLD/track.c (+1 lines)
Lines 11-16 Link Here
11
#include "motion.h"
11
#include "motion.h"
12
12
13
#ifndef WITHOUT_V4L
13
#ifndef WITHOUT_V4L
14
#include <linux/videodev2.h>
14
#include "pwc-ioctl.h"
15
#include "pwc-ioctl.h"
15
#endif
16
#endif
16
17
(-)motion-3.2.12-OLD/video.h (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
#define _LINUX_TIME_H 1
13
#define _LINUX_TIME_H 1
14
#ifndef WITHOUT_V4L
14
#ifndef WITHOUT_V4L
15
#include <linux/videodev.h>
15
#include <libv4l1-videodev.h>
16
#include <sys/mman.h>
16
#include <sys/mman.h>
17
#include "pwc-ioctl.h"
17
#include "pwc-ioctl.h"
18
#endif
18
#endif

Return to bug 376225