[FFmpeg-cvslog] r23371 - trunk/configure
diego
subversion
Sat May 29 11:40:22 CEST 2010
Author: diego
Date: Sat May 29 11:40:22 2010
New Revision: 23371
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.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat May 29 09:28:24 2010 (r23370)
+++ trunk/configure Sat May 29 11:40:22 2010 (r23371)
@@ -2341,6 +2341,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