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

Originally committed as revision 3050 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Sascha Sommer 21 years ago committed by Michael Niedermayer
parent cbdd9b5386
commit 5c668f4610
  1. 2
      libavcodec/common.h

@ -131,7 +131,7 @@ static inline float floorf(float f) {
/* windows */ /* windows */
# ifndef __MINGW32__ # if !defined(__MINGW32__) && !defined(__CYGWIN__)
# define int64_t_C(c) (c ## i64) # define int64_t_C(c) (c ## i64)
# define uint64_t_C(c) (c ## i64) # define uint64_t_C(c) (c ## i64)

Loading…
Cancel
Save