mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-15 11:44:49 +00:00
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:
parent
cbdd9b5386
commit
5c668f4610
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user