[FFmpeg-devel] [PATCH 1/2] configure: add nologo switch to invocation of lib.exe
Carl Eugen Hoyos
ceffmpeg at gmail.com
Fri Feb 3 15:44:55 EET 2017
2017-02-03 9:41 GMT+01:00 Hendrik Leppkes <h.leppkes at gmail.com>:
> This suppresses the startup banner, which is consistent with all other calls
> to the Windows SDK binaries.
> 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)'
Please commit such patches directly.
Carl Eugen
More information about the ffmpeg-devel
mailing list