Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/ivtv/files: ivtv-1.2.0-v4l2-dbg-include.patch
Date: Mon, 30 Jun 2008 19:38:47
Message-Id: E1KDPD0-0000oN-Mn@stork.gentoo.org
1 cardoe 08/06/30 19:38:42
2
3 Added: ivtv-1.2.0-v4l2-dbg-include.patch
4 Log:
5 patch to fix videodev2.h include in v4l2-dbg
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r5 x86_64)
7
8 Revision Changes Path
9 1.1 media-tv/ivtv/files/ivtv-1.2.0-v4l2-dbg-include.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/files/ivtv-1.2.0-v4l2-dbg-include.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/files/ivtv-1.2.0-v4l2-dbg-include.patch?rev=1.1&content-type=text/plain
13
14 Index: ivtv-1.2.0-v4l2-dbg-include.patch
15 ===================================================================
16 --- ivtv/trunk/utils/v4l2-dbg.cpp 2007/07/25 21:05:17 3967
17 +++ ivtv/trunk/utils/v4l2-dbg.cpp 2008/05/25 13:03:47 4126
18 @@ -33,7 +33,7 @@
19 #include <math.h>
20 #include <sys/klog.h>
21
22 -#include "videodev2.h"
23 +#include <linux/videodev2.h>
24
25 #include <list>
26 #include <vector>
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list