lib/ffmpeg/Filter: Add define required for avutil

This commit is contained in:
Danilo Spinella 2020-11-29 13:09:51 +01:00 committed by Max Kellermann
parent 38b41fc3fd
commit 92bfdffa42

View File

@ -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" {