[FFmpeg-cvslog] configure: Filter -Wl, linker flags out for msvc compilation.
Carl Eugen Hoyos
git at videolan.org
Sun Apr 5 00:29:00 EEST 2020
ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at 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
More information about the ffmpeg-cvslog
mailing list