mirror of https://git.ffmpeg.org/ffmpeg.git
doc: Check standalone compilation before submitting new components.
This commit is contained in:
parent
8799541a0a
commit
af1ca249e8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue