summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorClément Bœsch <cboesch@gopro.com>2017-03-30 11:04:12 +0200
committerClément Bœsch <cboesch@gopro.com>2017-03-30 11:04:12 +0200
commit8524b0162f01272dcefbcbbe79b2b90f117088f1 (patch)
tree4a5df8c6b8d8f549e7b721fa230b2ee6223d8e19 /configure
parentaa7976fd15501f861fdceb07b45279c5d6409b1b (diff)
parentd1ef1b9eaa45043ea5df5a004fb37243e05da61d (diff)
downloadffmpeg-streaming-8524b0162f01272dcefbcbbe79b2b90f117088f1.zip
ffmpeg-streaming-8524b0162f01272dcefbcbbe79b2b90f117088f1.tar.gz
Merge commit 'd1ef1b9eaa45043ea5df5a004fb37243e05da61d'
* commit 'd1ef1b9eaa45043ea5df5a004fb37243e05da61d': configure: Silence lld-link when getting the version number Merged-by: Clément Bœsch <cboesch@gopro.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a63169d..aff6ca4 100755
--- 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'
OpenPOWER on IntegriCloud