summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-06-30 19:38:42 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-06-30 19:38:42 +0000
commit20e341ffb22e6efc7b83e30a12c1f1c2af473c18 (patch)
tree2e5ce409e0951ecefa1bf6a7f92439bb4707c936 /media-tv/ivtv/files
parentstable amd64, bug 229843 (diff)
downloadgentoo-2-20e341ffb22e6efc7b83e30a12c1f1c2af473c18.tar.gz
gentoo-2-20e341ffb22e6efc7b83e30a12c1f1c2af473c18.tar.bz2
gentoo-2-20e341ffb22e6efc7b83e30a12c1f1c2af473c18.zip
patch to fix videodev2.h include in v4l2-dbg
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r5 x86_64)
Diffstat (limited to 'media-tv/ivtv/files')
-rw-r--r--media-tv/ivtv/files/ivtv-1.2.0-v4l2-dbg-include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-tv/ivtv/files/ivtv-1.2.0-v4l2-dbg-include.patch b/media-tv/ivtv/files/ivtv-1.2.0-v4l2-dbg-include.patch
new file mode 100644
index 000000000000..7e1685079f40
--- /dev/null
+++ b/media-tv/ivtv/files/ivtv-1.2.0-v4l2-dbg-include.patch
@@ -0,0 +1,11 @@
+--- ivtv/trunk/utils/v4l2-dbg.cpp 2007/07/25 21:05:17 3967
++++ ivtv/trunk/utils/v4l2-dbg.cpp 2008/05/25 13:03:47 4126
+@@ -33,7 +33,7 @@
+ #include <math.h>
+ #include <sys/klog.h>
+
+-#include "videodev2.h"
++#include <linux/videodev2.h>
+
+ #include <list>
+ #include <vector>