Include libavutil/mathematics.h explictly in AVIDump.cpp. Fixes issue #5266.

This commit is contained in:
Pierre Bourdon 2012-05-02 07:29:15 +02:00
parent 5e2d692cec
commit beb4204bbb

View File

@ -211,6 +211,7 @@ extern "C" {
#include <libavcodec/avcodec.h> #include <libavcodec/avcodec.h>
#include <libavformat/avformat.h> #include <libavformat/avformat.h>
#include <libswscale/swscale.h> #include <libswscale/swscale.h>
#include <libavutil/mathematics.h>
} }
AVFormatContext *s_FormatContext = NULL; AVFormatContext *s_FormatContext = NULL;