]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blob - README
Clarify LGPL and GPL licensing of FFmpeg.
[frescor/ffmpeg.git] / README
1 FFmpeg README
2 -------------
3
4 1) Documentation
5 ----------------
6
7 * Read the documentation in the doc/ directory.
8
9 2) Licensing
10 ------------
11
12 * Read the file COPYING.LGPL. FFmpeg and the associated libraries EXCEPT
13   for libpostproc and libswscale are licensed under the GNU Lesser General
14   Public License.
15
16 * libpostproc and libswscale are distributed under the GNU General Public
17   License, see the file COPYING.GPL for details. Their compilation and use
18   in FFmpeg is optional.