diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-10 21:30:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-10 21:30:34 +0000 |
commit | 8dcfd3da34900ca743948f825061df44fea4ea27 (patch) | |
tree | d9b5f4ffa8ba874761b2da0ecb1235362a03f961 /net/opal3/files/patch-src-ffh263codec.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 'net/opal3/files/patch-src-ffh263codec.cxx')
-rw-r--r-- | net/opal3/files/patch-src-ffh263codec.cxx | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/opal3/files/patch-src-ffh263codec.cxx b/net/opal3/files/patch-src-ffh263codec.cxx new file mode 100644 index 000000000000..3669cbe8779d --- /dev/null +++ b/net/opal3/files/patch-src-ffh263codec.cxx @@ -0,0 +1,19 @@ +*** src/ffh263codec.cxx.orig Fri Aug 8 01:52:14 2003 +--- src/ffh263codec.cxx Mon Jun 6 15:28:05 2005 +*************** +*** 140,146 **** + #define MSVC_OPENH323 1 + + extern "C" { +! #include <avcodec.h> + }; + + +--- 140,146 ---- + #define MSVC_OPENH323 1 + + extern "C" { +! #include <ffmpeg/avcodec.h> + }; + + |