diff --git a/ng/encoding.hpp b/ng/encoding.hpp index 9ea2ffb5..36bfabae 100644 --- a/ng/encoding.hpp +++ b/ng/encoding.hpp @@ -3,6 +3,11 @@ #ifdef FFMPEG +#ifndef __STDC_FORMAT_MACROS +#define __STDC_FORMAT_MACROS +#endif +#include + extern "C" { #include #include