Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-03-11 22:38:08 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-03-11 22:38:08 +0300
commit2ba0ef4b15ccfeb1b7dcdca7dcbcc0a3f77f18b8 (patch)
tree359ed124774b05a0bbfe6629685efc2f8979d1cd /configure
parent693b8f11d7fd7eb44177eed9cbbddf63f3fc6bdb (diff)
parent7a76c6c4df31d1ff65464ccf3171acd57ef004eb (diff)
Merge commit '7a76c6c4df31d1ff65464ccf3171acd57ef004eb'
* commit '7a76c6c4df31d1ff65464ccf3171acd57ef004eb': configure: Enable colored output for gcc 4.9+ Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 384a6ad945..110be9ae7e 100755
--- a/configure
+++ b/configure
@@ -5326,6 +5326,7 @@ elif enabled gcc; then
check_cflags -Werror=return-type
check_cflags -Werror=vla
check_cflags -Wformat
+ check_cflags -fdiagnostics-color=auto
enabled extra_warnings || check_disable_warning -Wno-maybe-uninitialized
elif enabled llvm_gcc; then
check_cflags -mllvm -stack-alignment=16