mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Merge commit '5ec467328122b80fac94c2d5e3e7540d50381868'
* commit '5ec467328122b80fac94c2d5e3e7540d50381868': configure: Add detected C library and host compiler to informative output Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
517ec80859
4
configure
vendored
4
configure
vendored
@ -4724,6 +4724,10 @@ merge_deps libavfilter $FILTER_LIST
|
||||
echo "install prefix $prefix"
|
||||
echo "source path $source_path"
|
||||
echo "C compiler $cc"
|
||||
if test "$host_cc" != "$cc"; then
|
||||
echo "host C compiler $host_cc"
|
||||
fi
|
||||
echo "C library $libc_type"
|
||||
echo "ARCH $arch ($cpu)"
|
||||
if test "$build_suffix" != ""; then
|
||||
echo "build suffix $build_suffix"
|
||||
|
Loading…
x
Reference in New Issue
Block a user