diff options
Diffstat (limited to '')
-rw-r--r-- | net/opal3/files/patch-src::h263codec.cxx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/opal3/files/patch-src::h263codec.cxx b/net/opal3/files/patch-src::h263codec.cxx new file mode 100644 index 000000000000..d8b45f8b078f --- /dev/null +++ b/net/opal3/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> + }; + + |