diff options
author | James Darnley <james.darnley@gmail.com> | 2014-04-04 00:45:29 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-04 04:20:14 +0200 |
commit | 16509d3a286c55f9149c0a98e3d7200ed6d2ee16 (patch) | |
tree | 9344ff9dc8cfb070729155a35e888ffc6d5ef3bf /libavcodec/svq3.c | |
parent | 634636eb5aeb970fa4119ca3a259bc7e3a1029f8 (diff) | |
download | ffmpeg-16509d3a286c55f9149c0a98e3d7200ed6d2ee16.tar.gz |
log: allow color highlighting in Cygwin's mintty
Configure will detect the availability of the Windows' console functions and set
HAVE_SETCONSOLETEXTATTRIBUTE. Meaning av_log will use those functions to
control colours. When ffmpeg is run in Cygwin's mintty terminal emulator it
will not use colour highlighting in this case.
Mintty responds to the usual escape code colours (it even supports 256 colours).
Windows' cmd.exe does not. Fortunately it seems that Cygwin's emulation layer
now translates the basic 16 colours into Windows' Console command functions.
That means that we can have av_log use the standard colour commands and let
ffmpeg print colours in both mintty and cmd.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/svq3.c')
0 files changed, 0 insertions, 0 deletions