diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-05-27 11:50:38 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-27 12:48:43 +0200 |
commit | f642982c10dd2257a372e36c00c66b8a57954ae1 (patch) | |
tree | 1e17b0191b5123edf690ad14fa60ceb6f7db5020 | |
parent | 6b899e16de94c05203008d969523a642147a5e4b (diff) | |
download | ffmpeg-f642982c10dd2257a372e36c00c66b8a57954ae1.tar.gz |
patch checklist: suggest --disable-yasm test.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/developer.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index 4ff3f0380b..69c2951620 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -392,6 +392,8 @@ send a reminder by email. Your patch should eventually be dealt with. improves readability. @item Consider to add a regression test for your code. +@item + If you added YASM code please check that things still work with --disable-yasm @end enumerate @section Patch review process |