summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Sommer <saschasommer@freenet.de>2004-04-24 03:02:40 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-04-24 03:02:40 +0000
commit5c668f46106b2f2df8820372de1964bcca0ba859 (patch)
tree8e6df7c8e3ac9cc3e4c7ecd7d51beaf4b762656d
parentcbdd9b538653e5e1f3456ad320896584d74e8337 (diff)
libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer)
Originally committed as revision 3050 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/common.h2
1 files changed, 1 insertions, 1 deletions
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)