mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-29 10:52:20 +00:00
Trying _WIN32 for win32 detection.
Originally committed as revision 22953 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7328cdfa58
commit
aebfb45774
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user