mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -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 <libavformat/avformat.h>
|
||||
#include <libswscale/swscale.h>
|
||||
#include <libavutil/mathematics.h>
|
||||
}
|
||||
|
||||
AVFormatContext *s_FormatContext = NULL;
|
||||
|
Reference in New Issue
Block a user