comparison log.c @ 905:77c445d28611 libavutil

Trying _WIN32 for win32 detection.
author michael
date Fri, 23 Apr 2010 13:15:11 +0000
parents 01dd0deb8e8d
children 3f0ed02fff47
comparison
equal deleted inserted replaced
904:01dd0deb8e8d 905:77c445d28611
31 #if LIBAVUTIL_VERSION_MAJOR > 50 31 #if LIBAVUTIL_VERSION_MAJOR > 50
32 static 32 static
33 #endif 33 #endif
34 int av_log_level = AV_LOG_INFO; 34 int av_log_level = AV_LOG_INFO;
35 35
36 #if (!HAVE_ISATTY) || defined(WIN32) 36 #if (!HAVE_ISATTY) || defined(_WIN32)
37 #define isatty(s) 0 37 #define isatty(s) 0
38 #endif 38 #endif
39 39
40 #undef fprintf 40 #undef fprintf
41 static void colored_fputs(int color, const char *str){ 41 static void colored_fputs(int color, const char *str){