[FFmpeg-cvslog] configure: Add detected C library and host compiler to informative output

Diego Biurrun git at videolan.org
Wed Dec 4 21:22:55 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Feb 28 16:06:39 2013 +0100| [5ec467328122b80fac94c2d5e3e7540d50381868] | committer: Diego Biurrun

configure: Add detected C library and host compiler to informative output

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ec467328122b80fac94c2d5e3e7540d50381868
---

 configure |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configure b/configure
index 832a54a..dfa8d9d 100755
--- a/configure
+++ b/configure
@@ -4141,6 +4141,10 @@ check_deps $CONFIG_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"



More information about the ffmpeg-cvslog mailing list