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."
This commit is contained in:
Robert Osfield
2012-01-05 14:07:56 +00:00
parent 329f98c83b
commit fa5100cc2c

View File

@@ -12,6 +12,7 @@ extern "C"
#include <avcodec.h>
#include <avformat.h>
#include <avdevice.h>
#include <mathematics.h>
#ifdef USE_SWSCALE
#include <swscale.h>