mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 04:30:02 +00:00
Merge commit '7a76c6c4df31d1ff65464ccf3171acd57ef004eb'
* commit '7a76c6c4df31d1ff65464ccf3171acd57ef004eb': configure: Enable colored output for gcc 4.9+ Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
2ba0ef4b15
1
configure
vendored
1
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user