2017-02-03 9:41 GMT+01:00 Hendrik Leppkes <h.lepp...@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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to