Merge branch 'v0.22.x'

This commit is contained in:
Max Kellermann
2020-12-01 17:14:21 +01:00
5 changed files with 11 additions and 0 deletions

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