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

Collapse All | Expand All

(-)kino-1.3.3.orig/ffmpeg/libavdevice/v4l.c (-1 / +1 lines)
Lines 26-32 Link Here
26
#include <sys/mman.h>
26
#include <sys/mman.h>
27
#include <sys/time.h>
27
#include <sys/time.h>
28
#define _LINUX_TIME_H 1
28
#define _LINUX_TIME_H 1
29
#include <linux/videodev.h>
29
#include <libv4l1-videodev.h>
30
#include <time.h>
30
#include <time.h>
31
31
32
typedef struct {
32
typedef struct {
(-)kino-1.3.3.orig/src/v4l.h (-1 / +1 lines)
Lines 40-46 Link Here
40
40
41
#define _DEVICE_H_
41
#define _DEVICE_H_
42
#define _LINUX_TIME_H
42
#define _LINUX_TIME_H
43
#include <linux/videodev.h>
43
#include <libv4l1-videodev.h>
44
44
45
#include "displayer.h"
45
#include "displayer.h"
46
46

Return to bug 361705