mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Merge commit 'd1ef1b9eaa45043ea5df5a004fb37243e05da61d'
* commit 'd1ef1b9eaa45043ea5df5a004fb37243e05da61d': configure: Silence lld-link when getting the version number Merged-by: Clément Bœsch <cboesch@gopro.com>
This commit is contained in:
@@ -4110,7 +4110,7 @@ probe_cc(){
|
|||||||
_type=lld-link
|
_type=lld-link
|
||||||
# The link.exe mode doesn't have a switch for getting the version,
|
# 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.
|
# 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:$@'
|
_ld_o='-out:$@'
|
||||||
_flags_filter=msvc_flags
|
_flags_filter=msvc_flags
|
||||||
_ld_lib='lib%.a'
|
_ld_lib='lib%.a'
|
||||||
|
|||||||
Reference in New Issue
Block a user