[FFmpeg-cvslog] r22953 - trunk/libavutil/log.c

michael subversion
Fri Apr 23 15:15:11 CEST 2010


Author: michael
Date: Fri Apr 23 15:15:11 2010
New Revision: 22953

Log:
Trying _WIN32 for win32 detection.

Modified:
   trunk/libavutil/log.c

Modified: trunk/libavutil/log.c
==============================================================================
--- trunk/libavutil/log.c	Fri Apr 23 10:11:53 2010	(r22952)
+++ trunk/libavutil/log.c	Fri Apr 23 15:15:11 2010	(r22953)
@@ -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
 



More information about the ffmpeg-cvslog mailing list