mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 23:59:54 -06:00
Include libavutil/mathematics.h explictly in AVIDump.cpp. Fixes issue #5266.
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user