Skip to content
Snippets Groups Projects
Commit 291dcdb3 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

clarify GPL patch acceptance policy

Originally committed as revision 4588 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ec9127c4
No related branches found
No related tags found
No related merge requests found
...@@ -184,9 +184,9 @@ you need the debug information, used the *_g versions. ...@@ -184,9 +184,9 @@ you need the debug information, used the *_g versions.
@section I do not like the LGPL, can I contribute code under the GPL instead @section I do not like the LGPL, can I contribute code under the GPL instead
yes, ffmpeg contains GPL and LGPL code, the GPL code is only compiled if yes, as long as the code is optional and can easily and cleanly be placed under
'--enable-gpl' is passed to configure in which case the resulting binary will #ifdef CONFIG_GPL without breaking anythng, so for example
be covered by the GPL instead of the LGPL a new codec or filter would be ok under GPL while a bugfix to LGPL code wont
@section I want to compile xyz.c alone but my compier produced many errors @section I want to compile xyz.c alone but my compier produced many errors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment