a540a8b3b4
A lightweight cross platform IP telephony client using the IAX protocol, designed for use with the asterisk open source PBX. OK, landry@ jasper@
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
$OpenBSD: patch-lib_codec_ffmpeg_c,v 1.1 2010/06/18 17:32:21 sebastia Exp $
|
|
--- lib/codec_ffmpeg.c.orig Sat Nov 14 14:01:02 2009
|
|
+++ lib/codec_ffmpeg.c Sat Nov 14 14:02:59 2009
|
|
@@ -25,6 +25,8 @@
|
|
|
|
#ifdef WIN32
|
|
#include "libavcodec/avcodec.h"
|
|
+#elif defined(__OpenBSD__)
|
|
+#include "libavcodec/avcodec.h"
|
|
#else
|
|
#include <ffmpeg/avcodec.h>
|
|
#endif
|