projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7328cdf
)
Trying _WIN32 for win32 detection.
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 23 Apr 2010 13:15:11 +0000
(13:15 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 23 Apr 2010 13:15:11 +0000
(13:15 +0000)
Originally committed as revision 22953 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/log.c
patch
|
blob
|
blame
|
history
diff --git
a/libavutil/log.c
b/libavutil/log.c
index
9c13d4d
..
f37e40c
100644
(file)
--- a/
libavutil/log.c
+++ b/
libavutil/log.c
@@
-33,7
+33,7
@@
static
#endif
int av_log_level = AV_LOG_INFO;
-#if (!HAVE_ISATTY) || defined(WIN32)
+#if (!HAVE_ISATTY) || defined(
_
WIN32)
#define isatty(s) 0
#endif