mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-03 01:33:50 +08:00
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
Originally committed as revision 3053 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Michael Niedermayer
parent
aacc6615f8
commit
2a86d50bd9
@@ -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,...) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user