blob: 9369363b7809f505ce102e95a5dafec9d5f1f099 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aq,v 1.1 2006/01/08 04:57:55 joerg Exp $
--- src/ptlib/common/pvidchan.cxx.orig 2006-01-08 03:18:06.000000000 +0000
+++ src/ptlib/common/pvidchan.cxx
@@ -123,7 +123,7 @@ PStringList PVideoChannel::GetDeviceName
PString PVideoChannel::GetDefaultDevice(Directions /*dir*/)
{
-#if defined(P_FREEBSD) || defined(P_OPENBSD) || defined(P_NETBSD)
+#if defined(P_FREEBSD) || defined(P_OPENBSD) || defined(P_NETBSD) || defined(P_DRAGONFLY)
return "/dev/bktr0";
#endif
|