diff options
author | Nick Kurshev <nickols_k@mail.ru> | 2002-01-20 14:30:34 +0000 |
---|---|---|
committer | Nick Kurshev <nickols_k@mail.ru> | 2002-01-20 14:30:34 +0000 |
commit | 4bdd9157cc0b06c7001cb93e5cdd6304306253c4 (patch) | |
tree | f5a70482128319b191e051a8b5cd136705728f7b /libavcodec/common.h | |
parent | 7f56a527952ebaf0bfcf07e54928f3a1b2a3148b (diff) | |
download | ffmpeg-4bdd9157cc0b06c7001cb93e5cdd6304306253c4.tar.gz |
Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net>
Originally committed as revision 273 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 1ecc49b662..f359216170 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -4,7 +4,7 @@ #define FFMPEG_VERSION_INT 0x000406 #define FFMPEG_VERSION "0.4.6" -#if defined(WIN32) && !defined(__MINGW32__) +#if defined(WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__) #define CONFIG_WIN32 #endif |