From: Diego Biurrun Date: Sat, 8 Mar 2008 19:24:06 +0000 (+0000) Subject: Mention that libavdevice/x11grab.c is GPLed. X-Git-Tag: v0.5~5569 X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/72b8963d435436040ecdecabf60dee1dc1a4f81e Mention that libavdevice/x11grab.c is GPLed. Originally committed as revision 12379 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/README b/README index b99967d..9134910 100644 --- a/README +++ b/README @@ -20,6 +20,9 @@ FFmpeg README * The file libavcodec/i386/idct_mmx.c is distributed under the GNU General Public License. It is strictly an optimization and its use is optional. +* The file libavdevice/x11grab.c is distributed under the GNU General + Public License. X11 grabbing is optional. + * The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c are taken from libjpeg, see the top of the files for licensing details.