From fa5100cc2c2dc7a51b467d711a945c0e05ededcb Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 5 Jan 2012 14:07:56 +0000 Subject: [PATCH] From Alberto Luacus, "The ffmpeg plugin fails to compile with the upcoming libav 0.8 because the required header mathematics.h is not being included explicitly. I have just included it, and verified that this also works with current version 0.7, since the header is also available there." --- src/osgPlugins/ffmpeg/FFmpegHeaders.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp b/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp index 3cb2a0f67..dc79df3ae 100644 --- a/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp +++ b/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp @@ -12,6 +12,7 @@ extern "C" #include #include #include +#include #ifdef USE_SWSCALE #include