Browse code

Mention that libavcodec/ac3dec.c is GPLed.

Originally committed as revision 15226 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2008/09/07 01:14:20
Showing 1 changed files
... ...
@@ -20,6 +20,10 @@ FFmpeg README
20 20
 * The file libavcodec/i386/idct_mmx.c is distributed under the GNU General
21 21
   Public License. It is strictly an optimization and its use is optional.
22 22
 
23
+* The file libavcodec/ac3dec.c is distributed under the GNU General Public
24
+  License.  In order for (E-)AC-3 decoding to work you need to enable GPL
25
+ components.
26
+
23 27
 * The file libavdevice/x11grab.c is distributed under the GNU General
24 28
   Public License. X11 grabbing is optional.
25 29