]> git.sesse.net Git - ffmpeg/commitdiff
libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer)
authorSascha Sommer <saschasommer@freenet.de>
Sat, 24 Apr 2004 03:02:40 +0000 (03:02 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 24 Apr 2004 03:02:40 +0000 (03:02 +0000)
Originally committed as revision 3050 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/common.h

index f9010dbc1760a40a4bee05ecb5d3dcbbd32cf690..837f82e2650b49b652953c3489dd03140e804742 100644 (file)
@@ -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)