summaryrefslogtreecommitdiff
path: root/net/kdenetwork4/patches/patch-af
blob: 71bf1b4b81b3a9ea35c26c91852e3804dafbeb72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-af,v 1.2 2011/01/10 11:30:23 markd Exp $

--- kopete/libkopete/avdevice/videodevice.h.orig	2009-03-18 10:00:00.000000000 +0000
+++ kopete/libkopete/avdevice/videodevice.h
@@ -61,6 +61,13 @@
 #endif // HAVE_V4L2
 
 #endif // __linux__
+#if (defined(__NetBSD__) || defined(__DragonFly__)) && defined(ENABLE_AV)
+
+#ifdef HAVE_LIBV4L2
+#include <libv4l2.h>
+#endif // HAVE_V4L2
+
+#endif // __NetBSD__ __DragonFly__
 
 #include <qstring.h>
 #include <qfile.h>