summaryrefslogtreecommitdiff
path: root/devel/pwlib/patches/patch-ag
blob: 199c6e6b860090f621cb74d6618f342348847247 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-ag,v 1.5 2006/01/08 04:57:55 joerg Exp $

--- include/ptlib/unix/ptlib/videoio.h.orig	2006-01-08 03:14:38.000000000 +0000
+++ include/ptlib/unix/ptlib/videoio.h
@@ -110,6 +110,10 @@
 #include <machine/ioctl_meteor.h>
 #endif
 
+#if defined(P_DRAGONFLY)
+#include <dev/video/meteor/ioctl_meteor.h>
+#endif
+
 #if defined(P_OPENBSD) || defined(P_NETBSD)
 #if P_OPENBSD >= 200105
 #include <dev/ic/bt8xx.h> 
@@ -178,7 +182,7 @@
     struct video_mmap frameBuffer[2];
 #endif
 
-#if defined(P_FREEBSD) || defined(P_OPENBSD) || defined(P_NETBSD)
+#if defined(P_FREEBSD) || defined(P_OPENBSD) || defined(P_NETBSD) || defined(P_DRAGONFLY)
     struct video_capability
     {
         int channels;   /* Num channels */