mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
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 <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;
|
||||||
|
Loading…
Reference in New Issue
Block a user