Commit 92bfdffa authored by Danilo Spinella's avatar Danilo Spinella Committed by Max Kellermann

lib/ffmpeg/Filter: Add define required for avutil

parent 38b41fc3
......@@ -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" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment