mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
25 lines
727 B
Plaintext
25 lines
727 B
Plaintext
$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 */
|