[FFmpeg-cvslog] [ffmpeg] branch master updated. 6e48050568 configure: fix -L flags for lld-link
ffmpeg-git at ffmpeg.org
ffmpeg-git at ffmpeg.org
Fri Aug 15 21:21:18 EEST 2025
The branch, master has been updated
via 6e4805056851338fa00768931f29d4c6281495b9 (commit)
from 2a22972db3b390d82dedbdbb5f44cc09a43912b5 (commit)
- Log -----------------------------------------------------------------
commit 6e4805056851338fa00768931f29d4c6281495b9
Author: wangbin <wbsecg1 at gmail.com>
AuthorDate: Fri Aug 15 23:14:47 2025 +0800
Commit: Kacper MichajÅow <kasper93 at gmail.com>
CommitDate: Fri Aug 15 18:20:33 2025 +0000
configure: fix -L flags for lld-link
diff --git a/configure b/configure
index 416cd2d1d6..6c1d6868ea 100755
--- a/configure
+++ b/configure
@@ -5174,7 +5174,7 @@ probe_cc(){
# but we can force it back to gnu mode and get the version from there.
_ident=$($_cc -flavor gnu --version 2>/dev/null)
_ld_o='-out:$@'
- _flags_filter=msvc_flags
+ _flags_filter=msvc_flags_link
_ld_lib='%.lib'
_ld_path='-libpath:'
elif VSLANG=1033 $_cc -nologo- 2>&1 | grep -q ^Microsoft || { $_cc -v 2>&1 | grep -q clang && $_cc -? > /dev/null 2>&1; }; then
-----------------------------------------------------------------------
Summary of changes:
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list