changeset 1961:603d4a0e974c libavcodec

libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer)
author michael
date Sat, 24 Apr 2004 03:02:40 +0000
parents d571f4537f52
children 1d5abf80fa41
files common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Sat Apr 24 02:02:54 2004 +0000
+++ b/common.h	Sat Apr 24 03:02:40 2004 +0000
@@ -131,7 +131,7 @@
 
 /* windows */
 
-#    ifndef __MINGW32__
+#    if !defined(__MINGW32__) && !defined(__CYGWIN__)
 #        define int64_t_C(c)     (c ## i64)
 #        define uint64_t_C(c)    (c ## i64)