summaryrefslogtreecommitdiff
path: root/net/opal/files/patch-src::h263codec.cxx
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-06-10 21:30:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-06-10 21:30:34 +0000
commit8dcfd3da34900ca743948f825061df44fea4ea27 (patch)
treed9b5f4ffa8ba874761b2da0ecb1235362a03f961 /net/opal/files/patch-src::h263codec.cxx
parent- Update to 1.5.2 (diff)
- Update to 1.12.2
PR: ports/82086 Submitted by: Steve Ames <steve@energistic.com>
Notes
Notes: svn path=/head/; revision=137233
Diffstat (limited to '')
-rw-r--r--net/opal/files/patch-src::h263codec.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/opal/files/patch-src::h263codec.cxx b/net/opal/files/patch-src::h263codec.cxx
deleted file mode 100644
index dee9c412d539..000000000000
--- a/net/opal/files/patch-src::h263codec.cxx
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/h263codec.cxx.orig Fri Jun 6 08:32:08 2003
-+++ src/h263codec.cxx Sat Feb 19 11:19:36 2005
-@@ -109,7 +109,7 @@
- #include "rtp.h"
-
- extern "C" {
--#include <avcodec.h>
-+#include <ffmpeg/avcodec.h>
- };
-
-
-@@ -836,7 +836,7 @@
- }
-
-
--void H323_H263Codec::RtpCallback(void *data, int size, int /*packetNumber*/)
-+void H323_H263Codec::RtpCallback(AVCodecContext* /*s*/, void *data, int size, int /*packetNumber*/)
- {
- encodedPackets.AppendH263Packet(data, size);
- }