Include libavutil/mathematics.h explictly in AVIDump.cpp. Fixes issue #5266.
This commit is contained in:
parent
5e2d692cec
commit
beb4204bbb
|
@ -211,6 +211,7 @@ extern "C" {
|
|||
#include <libavcodec/avcodec.h>
|
||||
#include <libavformat/avformat.h>
|
||||
#include <libswscale/swscale.h>
|
||||
#include <libavutil/mathematics.h>
|
||||
}
|
||||
|
||||
AVFormatContext *s_FormatContext = NULL;
|
||||
|
|
Loading…
Reference in New Issue