--- src/contact | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/contact b/src/contact index 0aca77c..598278c 100644 --- a/src/contact +++ b/src/contact @@ -17,8 +17,9 @@ corporate disclaimers that claim the content of your mails is confidential. Attached patches should not have application/octet-stream as mime-type, but text/plain or even better text/x-diff or text/x-patch. If you send us a patch, please make it some form of unified diff. We prefer -patches made using <code>git diff > submission.diff</code> from the root of -your Libav checkout. For more detailed guidelines, have a look at the +patches made using <code>git format-patch</code> from your Libav local clone, +they can be sent directly using <code>git send-email</code>. +For more detailed guidelines, have a look at the <a href="http://www.mplayerhq.hu/DOCS/tech/patches.txt">MPlayer patch guidelines</a> most of what is written there applies to Libav as well. Trespass these rules at the risk of being flamed. -- 1.7.4.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
