From af1ca249e8eb685823dd0dade3aa3c1d119a61ec Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 4 May 2011 20:54:53 +0200 Subject: doc: Check standalone compilation before submitting new components. --- doc/developer.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/developer.texi b/doc/developer.texi index ab736d76b2..37b9f3e889 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? +@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 -- cgit v1.2.3