Browse Source

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.

Originally committed as revision 23371 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Diego Biurrun 15 years ago
parent
commit
2c780abfdb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      configure

+ 1
- 0
configure View File

@@ -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


Loading…
Cancel
Save