lib/ffmpeg/Filter: Add define required for avutil
This commit is contained in:
parent
38b41fc3fd
commit
92bfdffa42
@ -20,6 +20,9 @@
|
||||
#ifndef MPD_FFMPEG_FILTER_HXX
|
||||
#define MPD_FFMPEG_FILTER_HXX
|
||||
|
||||
/* necessary because libavutil/common.h uses UINT64_C */
|
||||
#define __STDC_CONSTANT_MACROS
|
||||
|
||||
#include "Error.hxx"
|
||||
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user