libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer)

Originally committed as revision 3050 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Sascha Sommer 2004-04-24 03:02:40 +00:00 committed by Michael Niedermayer
parent cbdd9b5386
commit 5c668f4610
1 changed files with 1 additions and 1 deletions

View 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)