[FFmpeg-cvslog] r23390 - in branches/0.6: . configure
diego
subversion
Mon May 31 00:25:41 CEST 2010
Author: diego
Date: Mon May 31 00:25:40 2010
New Revision: 23390
Log:
Require --enable-nonfree flag for libvpx.
The license of libvpx is incompatible with the (L)GPL. As long as this is
the case, the only way to use it is by marking the result as nonfree.
backport r23371 by diego
Modified:
branches/0.6/ (props changed)
branches/0.6/configure
Modified: branches/0.6/configure
==============================================================================
--- branches/0.6/configure Sun May 30 19:12:50 2010 (r23389)
+++ branches/0.6/configure Mon May 31 00:25:40 2010 (r23390)
@@ -2335,6 +2335,7 @@ die_license_disabled gpl postproc
die_license_disabled gpl x11grab
die_license_disabled nonfree libfaac
+die_license_disabled nonfree libvpx
die_license_disabled version3 libopencore_amrnb
die_license_disabled version3 libopencore_amrwb
More information about the ffmpeg-cvslog
mailing list