[FFmpeg-cvslog] doc: Check standalone compilation before submitting new components.
Diego Biurrun
git at videolan.org
Thu May 5 03:30:46 CEST 2011
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed May 4 20:54:53 2011 +0200| [af1ca249e8eb685823dd0dade3aa3c1d119a61ec] | committer: Diego Biurrun
doc: Check standalone compilation before submitting new components.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af1ca249e8eb685823dd0dade3aa3c1d119a61ec
---
doc/developer.texi | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/doc/developer.texi b/doc/developer.texi
index ab736d7..37b9f3e 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -299,8 +299,13 @@ send a reminder by email. Your patch should eventually be dealt with.
configure?
@item
Did you @code{git add} the appropriate files before committing?
+ at item
+ Did you make sure it compiles standalone, i.e. with
+ @code{configure --disable-everything --enable-decoder=foo}
+ (or @code{--enable-demuxer} or whatever your component is)?
@end enumerate
+
@section patch submission checklist
@enumerate
More information about the ffmpeg-cvslog
mailing list