diff --git a/libavcodec/common.h b/libavcodec/common.h index f9010dbc17..837f82e265 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -131,7 +131,7 @@ static inline float floorf(float f) { /* windows */ -# ifndef __MINGW32__ +# if !defined(__MINGW32__) && !defined(__CYGWIN__) # define int64_t_C(c) (c ## i64) # define uint64_t_C(c) (c ## i64)