diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-09-06 16:14:20 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-09-06 16:14:20 +0000 |
commit | 78a754cec1a2e0ba8eead656e0a65fe4b61d7c7c (patch) | |
tree | 8e761fd93d2e829605f70fe106883f28c9342072 /README | |
parent | a0528ed7dea2bcef78f4a413df8e7ac8ca9bf4bc (diff) | |
download | ffmpeg-78a754cec1a2e0ba8eead656e0a65fe4b61d7c7c.tar.gz |
Mention that libavcodec/ac3dec.c is GPLed.
Originally committed as revision 15226 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ 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 libavcodec/ac3dec.c is distributed under the GNU General Public + License. In order for (E-)AC-3 decoding to work you need to enable GPL + components. + * The file libavdevice/x11grab.c is distributed under the GNU General Public License. X11 grabbing is optional. |