[FFmpeg-cvslog] r22946 - trunk/libavutil/log.c
Michael Kostylev
michael.kostylev
Fri Apr 23 23:08:39 CEST 2010
On Fri Apr 23 22:33:22 2010
Michael Niedermayer wrote:
>>> Log:
>>> Coloring the log with ANSI.
>>
>> ffprobe.exe ..\fate-~0z\H264-~PV\aud_mw_e.264
>> FFprobe version SVN-r22946, Copyright (c) 2007-2010 the FFmpeg developers
>> built on Apr 22 2010 23:40:02 with gcc 4.2.4
>> configuration: --arch=x86 --target-os=freedos --target-exec=dosemu.wrapper --c
>
> i now realize that this isnt windows
> can you confirm this bug is still there even with the _WIN32 check?
> If yes, please tell me a #define i can check for to detect this platform
__MSDOS__
For the rest platforms I'd prefer an easier way to disable ansi than
sed -e 's#\(HAVE_ISATTY\) 1#\1 0#' config.h
> also what value does $TERM has?
As a rule TERM is undefined at all.
> and if this is causing fate breakage
Fortunately not.
Michael
More information about the ffmpeg-cvslog
mailing list