summaryrefslogtreecommitdiff
path: root/net/opal/files/patch-src::h263codec.cxx
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-05-26 10:12:14 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-05-26 10:12:14 +0000
commit1af872aa6b5b81dfe630746041737e3d9eb9d2ba (patch)
tree2cdbdb3058c875791ea733b523c224e0f6c226f3 /net/opal/files/patch-src::h263codec.cxx
parent- Update to version 6.p1 (diff)
Fix build-issue when ffmpeg is installed.
PR: ports/59615 Submitted by: ume Approved by: maintainer silence
Notes
Notes: svn path=/head/; revision=110036
Diffstat (limited to '')
-rw-r--r--net/opal/files/patch-src::h263codec.cxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/opal/files/patch-src::h263codec.cxx b/net/opal/files/patch-src::h263codec.cxx
new file mode 100644
index 000000000000..d8b45f8b078f
--- /dev/null
+++ b/net/opal/files/patch-src::h263codec.cxx
@@ -0,0 +1,13 @@
+Index: src/h263codec.cxx
+diff -u src/h263codec.cxx.orig src/h263codec.cxx
+--- src/h263codec.cxx.orig Fri Jun 6 15:32:08 2003
++++ src/h263codec.cxx Sat Nov 22 23:17:45 2003
+@@ -109,7 +109,7 @@
+ #include "rtp.h"
+
+ extern "C" {
+-#include <avcodec.h>
++#include <ffmpeg/avcodec.h>
+ };
+
+