]> git.sesse.net Git - ffmpeg/blobdiff - configure
Merge commit 'bed2c4b2652b1412b584e5545d6dd2ef8c613be0'
[ffmpeg] / configure
index a63169d115585e4f94d3b20fb7bc535ce91ae374..aff6ca40c44022a524679e82776f249b0481d93b 100755 (executable)
--- a/configure
+++ b/configure
@@ -4110,7 +4110,7 @@ probe_cc(){
         _type=lld-link
         # The link.exe mode doesn't have a switch for getting the version,
         # but we can force it back to gnu mode and get the version from there.
-        _ident=$($_cc -flavor gnu --version)
+        _ident=$($_cc -flavor gnu --version 2>/dev/null)
         _ld_o='-out:$@'
         _flags_filter=msvc_flags
         _ld_lib='lib%.a'