diff options
author | Sascha Sommer <saschasommer@freenet.de> | 2004-04-24 03:02:40 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-04-24 03:02:40 +0000 |
commit | 5c668f46106b2f2df8820372de1964bcca0ba859 (patch) | |
tree | 8e6df7c8e3ac9cc3e4c7ecd7d51beaf4b762656d /libavcodec/common.h | |
parent | cbdd9b538653e5e1f3456ad320896584d74e8337 (diff) | |
download | ffmpeg-5c668f46106b2f2df8820372de1964bcca0ba859.tar.gz |
libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer)
Originally committed as revision 3050 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/common.h')
-rw-r--r-- | libavcodec/common.h | 2 |
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) |