9c84a00f56
for inclusion from C++ sources from gnash CVS ok deanna@
14 lines
379 B
Plaintext
14 lines
379 B
Plaintext
$OpenBSD: patch-libbase_embedVideoDecoderFfmpeg_h,v 1.1 2007/09/24 07:46:38 jakemsr Exp $
|
|
--- libbase/embedVideoDecoderFfmpeg.h.orig Mon Sep 10 23:41:09 2007
|
|
+++ libbase/embedVideoDecoderFfmpeg.h Mon Sep 10 23:41:29 2007
|
|
@@ -28,7 +28,9 @@
|
|
|
|
#include <vector>
|
|
#include "embedVideoDecoder.h"
|
|
+extern "C" {
|
|
#include <ffmpeg/avcodec.h>
|
|
+}
|
|
#include "image.h"
|
|
|
|
namespace gnash {
|