This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 77c3a7349ee60d72805bd5f4d154f4322802d809
Author:     crueter <[email protected]>
AuthorDate: Tue May 5 20:24:27 2026 -0400
Commit:     Kacper Michajłow <[email protected]>
CommitDate: Wed May 20 01:07:24 2026 +0000

    configure: ignore -I directives on MSVC for link flags
    
    Signed-off-by: crueter <[email protected]>
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 0f5773f649..3ba8723856 100755
--- a/configure
+++ b/configure
@@ -5212,6 +5212,7 @@ msvc_common_flags(){
             -l*)                  echo ${flag#-l}.lib ;;
             -LARGEADDRESSAWARE)   echo $flag ;;
             -L*) [ "$_flags_type" != "link" ] || echo -libpath:${flag#-L} ;;
+            -I*) [ "$_flags_type" = "link" ] || echo $flag ;;
             -Wl,*)                ;;
             *)                    echo $flag ;;
         esac

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to