freebsd-ports/net/openh323/files/patch-src::h263codec.cxx
Volker Stolz 1af872aa6b Fix build-issue when ffmpeg is installed.
PR:		ports/59615
Submitted by:	ume
Approved by:	maintainer silence
2004-05-26 10:12:14 +00:00

13 lines
286 B
C++

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>
};