diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-04-29 15:40:25 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-04-29 15:40:25 +0000 |
commit | 2f7ae63ba1f17a960979a7858fb9d05320a0d6ff (patch) | |
tree | 0528d5ed8ba145bdab5f86b6eb2a1aca4b1294bb /configure | |
parent | 2184c6f7af9e16306e339baae5f4f671b3a32ed0 (diff) | |
download | ffmpeg-2f7ae63ba1f17a960979a7858fb9d05320a0d6ff.tar.gz |
Require --enable-nonfree for turning on libfaac support.
libfaac lies about being LGPL, when it really is not.
Originally committed as revision 18715 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1748,6 +1748,7 @@ die_license_disabled gpl x11grab die_license_disabled nonfree libamr_nb die_license_disabled nonfree libamr_wb +die_license_disabled nonfree libfaac check_deps $ARCH_EXT_LIST |