[FFmpeg-cvslog] configure: openssl is compatible with the LGPL.
Michael Niedermayer
git at videolan.org
Thu Jun 7 01:44:14 CEST 2012
ffmpeg | branch: release/0.11 | Michael Niedermayer <michaelni at gmx.at> | Mon May 28 15:36:35 2012 +0200| [1e78d75d6a73aa0a75859fb7ba48778e360785a8] | committer: Michael Niedermayer
configure: openssl is compatible with the LGPL.
looking at the license i cannot see why they would be incompatible and
researching this matter a bit also turned up no reasons.
If i missed something, please dont hesitate to flame me and or revert
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit f997ac1c8bc2124c4c6bf33ad17bc6f6cca0f84e)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1e78d75d6a73aa0a75859fb7ba48778e360785a8
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 89098fd..8718ff6 100755
--- a/configure
+++ b/configure
@@ -2862,7 +2862,7 @@ die_license_disabled gpl x11grab
die_license_disabled nonfree libaacplus
die_license_disabled nonfree libfaac
-die_license_disabled nonfree openssl
+enabled gpl && die_license_disabled nonfree openssl
die_license_disabled version3 libopencore_amrnb
die_license_disabled version3 libopencore_amrwb
More information about the ffmpeg-cvslog
mailing list