From 661092004f9cbe300f1c45c68282b4f9856c6dd5 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 30 May 2010 22:25:40 +0000 Subject: 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 Originally committed as revision 23390 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 8b3ebf6449..4c37a02e98 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3