Re: [FFmpeg-devel] [PATCH] configure: allow OpenSSL>=3.0.0 with GPL

2020-06-09 Thread Hendrik Leppkes
On Tue, Jun 9, 2020 at 9:05 AM Carl Eugen Hoyos wrote: > > > > > Am 09.06.2020 um 02:13 schrieb rcombs : > > > > @@ -1820,6 +1819,7 @@ EXTERNAL_LIBRARY_LIST=" > > mediacodec > > openal > > opengl > > +openssl > > (Since a release is discussed) > > The patch is not ok and should not

Re: [FFmpeg-devel] [PATCH] configure: allow OpenSSL>=3.0.0 with GPL

2020-06-09 Thread Carl Eugen Hoyos
> Am 09.06.2020 um 02:13 schrieb rcombs : > > @@ -1820,6 +1819,7 @@ EXTERNAL_LIBRARY_LIST=" > mediacodec > openal > opengl > +openssl (Since a release is discussed) The patch is not ok and should not be pushed as-is, openSSL 3.0 is not compatible with the GPL 2.0 afaict. Carl

[FFmpeg-devel] [PATCH] configure: allow OpenSSL>=3.0.0 with GPL

2020-06-08 Thread rcombs
--- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 8569a60bf8..cbe8b25001 100755 --- a/configure +++ b/configure @@ -1731,7 +1731,6 @@ EXTERNAL_LIBRARY_GPL_LIST=" EXTERNAL_LIBRARY_NONFREE_LIST=" decklink libfdk_aac -opens