summaryrefslogtreecommitdiff
path: root/devel/ptlib/files/patch-plugins_vidinput_bsd_h
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2009-02-21 19:01:07 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2009-02-21 19:01:07 +0000
commit38642b095a2045f1fa44a296adc79319b5e04d07 (patch)
tree7424142074cf00891300d17aa00c8eae7faff135 /devel/ptlib/files/patch-plugins_vidinput_bsd_h
parent- update to 1.4.21 (diff)
PWLib is a multi-platform code library that can be used to write
applications that will compile and run on the BSD Unixes, Windows, Linux and a few other Unix variants. It was developed by Equivalence Ltd Pty. It is used by the OpenH323 library. WWW: http://www.openh323.org/ PR: ports/131129 Submitted by: "Eric L. Chen" <d9364104@mail.nchu.edu.tw>
Diffstat (limited to 'devel/ptlib/files/patch-plugins_vidinput_bsd_h')
-rw-r--r--devel/ptlib/files/patch-plugins_vidinput_bsd_h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ptlib/files/patch-plugins_vidinput_bsd_h b/devel/ptlib/files/patch-plugins_vidinput_bsd_h
new file mode 100644
index 000000000000..913e457670ad
--- /dev/null
+++ b/devel/ptlib/files/patch-plugins_vidinput_bsd_h
@@ -0,0 +1,11 @@
+--- plugins/vidinput_bsd/vidinput_bsd.h.orig 2009-01-11 17:52:59.000000000 -0500
++++ plugins/vidinput_bsd/vidinput_bsd.h 2009-01-26 17:55:00.000000000 -0500
+@@ -62,7 +62,7 @@
+
+ static PStringList GetInputDeviceNames();
+
+- PStringList GetDeviceNames() const
++ PStringArray GetDeviceNames() const
+ { return GetInputDeviceNames(); }
+
+ PINDEX GetMaxFrameBytes();