plugins/FfmpegIO: include libavutil/mem.h
ffmpeg from current git master no longer exposes av_malloc() nor av_free() through other included headers. directly include libavutil/mem.h to fix compilation with (as-yet-unreleased) ffmpeg.
This commit is contained in:
parent
5ad1a01d7a
commit
ebae25d175
|
@ -21,6 +21,7 @@
|
|||
#define __STDC_CONSTANT_MACROS
|
||||
|
||||
#include "FfmpegIo.hxx"
|
||||
#include "libavutil/mem.h"
|
||||
#include "../DecoderAPI.hxx"
|
||||
#include "input/InputStream.hxx"
|
||||
|
||||
|
|
Loading…
Reference in New Issue