From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 428F94896D for ; Fri, 15 Aug 2025 15:33:01 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 4C34D68D29D; Fri, 15 Aug 2025 18:32:57 +0300 (EEST) Received: from 1e8b7847f7d1 (code.ffmpeg.org [188.245.149.3]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id BF47B68D20B for ; Fri, 15 Aug 2025 18:32:55 +0300 (EEST) MIME-Version: 1.0 From: wangbin To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] =?utf-8?q?=5BPATCH=5D_configure=3A_fix_-L_flags_f?= =?utf-8?q?or_lld-link_=28PR_=2320246=29?= X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Message-Id: <20250815153257.4C34D68D29D@ffbox0-bg.ffmpeg.org> Date: Fri, 15 Aug 2025 18:32:57 +0300 (EEST) Archived-At: List-Archive: List-Post: PR #20246 opened by wangbin URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20246 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20246.patch >From b7dd2b8d1791b28d1adc940264d1757e08a17469 Mon Sep 17 00:00:00 2001 From: wangbin Date: Fri, 15 Aug 2025 23:14:47 +0800 Subject: [PATCH] configure: fix -L flags for lld-link --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".