]> git.sesse.net Git - ffmpeg/blob - mt-work/email.sh
Fix compilation without HAVE_AVX, HAVE_YASM etc.
[ffmpeg] / mt-work / email.sh
1 #!/bin/sh -v
2
3 # args [where to put patches] [smtp server] [destination]
4
5 git format-patch -o "$1" --inline --subject-prefix=soc --thread origin
6 git send-email --no-chain-reply-to --smtp-server $2 --to $3 --dry-run "$1"