[FFmpeg-cvslog] configure: add nologo switch to invocation of lib.exe
Hendrik Leppkes
git at videolan.org
Sat Feb 4 12:22:03 EET 2017
ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Fri Feb 3 09:36:55 2017 +0100| [647af1a0dd2e1ea880790df0c3047cb44c3cd53b] | committer: Hendrik Leppkes
configure: add nologo switch to invocation of lib.exe
This suppresses the startup banner, which is consistent with all other calls
to the Windows SDK binaries.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=647af1a0dd2e1ea880790df0c3047cb44c3cd53b
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index b22c8b3..d3d652f 100755
--- a/configure
+++ b/configure
@@ -4804,7 +4804,7 @@ case $target_os in
SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(FULLNAME)-$(LIBMAJOR)$(SLIBSUF)'
dlltool="${cross_prefix}dlltool"
if check_cmd lib.exe -list; then
- SLIB_EXTRA_CMD=-'sed -e "s/ @[^ ]*//" $$(@:$(SLIBSUF)=.orig.def) > $$(@:$(SLIBSUF)=.def); lib.exe /machine:$(LIBTARGET) /def:$$(@:$(SLIBSUF)=.def) /out:$(SUBDIR)$(SLIBNAME:$(SLIBSUF)=.lib)'
+ SLIB_EXTRA_CMD=-'sed -e "s/ @[^ ]*//" $$(@:$(SLIBSUF)=.orig.def) > $$(@:$(SLIBSUF)=.def); lib.exe /nologo /machine:$(LIBTARGET) /def:$$(@:$(SLIBSUF)=.def) /out:$(SUBDIR)$(SLIBNAME:$(SLIBSUF)=.lib)'
if enabled x86_64; then
LIBTARGET=x64
fi
More information about the ffmpeg-cvslog
mailing list