From 5c668f46106b2f2df8820372de1964bcca0ba859 Mon Sep 17 00:00:00 2001 From: Sascha Sommer Date: Sat, 24 Apr 2004 03:02:40 +0000 Subject: [PATCH] libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer) Originally committed as revision 3050 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/common.h b/libavcodec/common.h index f9010dbc176..837f82e2650 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) -- 2.39.2