ffmpeg | branch: master | Carl Eugen Hoyos <ceffm...@gmail.com> | Wed Apr  1 
16:57:40 2020 +0200| [84abd1012cca766bf3b82b527880cf4ec2475cda] | committer: 
Carl Eugen Hoyos

configure: Filter -Wl, linker flags out for msvc compilation.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84abd1012cca766bf3b82b527880cf4ec2475cda
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 5fe9950e20..28197b3c9d 100755
--- a/configure
+++ b/configure
@@ -4439,6 +4439,7 @@ msvc_common_flags(){
             -l*)                  echo ${flag#-l}.lib ;;
             -LARGEADDRESSAWARE)   echo $flag ;;
             -L*)                  echo -libpath:${flag#-L} ;;
+            -Wl,*)                ;;
             *)                    echo $flag ;;
         esac
     done

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to