From d9062bbcd664bc3e997bc2f9c8224b808193c0d1 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. --- 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