From 3fe64a74859ff84849275ba0a673feaaebf0ef79 Mon Sep 17 00:00:00 2001 From: bgk Date: Sun, 25 Mar 2012 08:14:31 +0000 Subject: [PATCH] FFMPEG: Fix build for newer versions of the library. Thanks to Tim Harder for the patch. git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1092 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/common/ffmpeg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/ffmpeg.cpp b/src/common/ffmpeg.cpp index b98cdafa..96f4e4f1 100644 --- a/src/common/ffmpeg.cpp +++ b/src/common/ffmpeg.cpp @@ -12,6 +12,7 @@ extern "C" { #include #include #include +#include #ifndef AV_PKT_FLAG_KEY #define AV_PKT_FLAG_KEY PKT_FLAG_KEY #endif