summaryrefslogtreecommitdiff
path: root/libavcodec/common.h
diff options
context:
space:
mode:
authorSascha Sommer <saschasommer@freenet.de>2004-04-24 11:51:38 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-04-24 11:51:38 +0000
commit2a86d50bd968f02da40e57ca1a7087aa6286ccbb (patch)
treed6f9a60822dd240e0285136e066be615168d1e4c /libavcodec/common.h
parentaacc6615f8e3863cd930d3a1ab2cd28d9838f0f5 (diff)
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
Originally committed as revision 3053 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/common.h')
-rw-r--r--libavcodec/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h
index 837f82e265..d488d327bd 100644
--- a/libavcodec/common.h
+++ b/libavcodec/common.h
@@ -210,7 +210,7 @@ static inline float floorf(float f) {
# include <assert.h>
/* dprintf macros */
-# if defined(CONFIG_WIN32) && !defined(__MINGW32__)
+# if defined(CONFIG_WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)
inline void dprintf(const char* fmt,...) {}