Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-06-06 Thread Carl Eugen Hoyos
2018-06-06 8:50 GMT+02:00, Gyan Doshi :

> configure, at present, allows all libraries in the nonfree
> list to be built with the LGPL license without having to
> pass --enable-nonfree. Is that intended?

Yes, this is intended.

Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-06-06 Thread Gyan Doshi


On 06-06-2018 12:05 PM, Roger Pack wrote:


FWIW.  It might be compatible with the LGPL.


configure, at present, allows all libraries in the nonfree list to be 
built with the LGPL license without having to pass --enable-nonfree. Is 
that intended?


Libav's script disables them if the flag isn't passed.

Regards,
Gyan
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-06-06 Thread Roger Pack
On Wed, Feb 14, 2018 at 6:48 AM, Ricardo Constantino 
wrote:

> On 14 February 2018 at 12:56, Tomas Härdin  wrote:
>
> > On 2018-02-14 13:50, Kyle Schwarz wrote:
> >
> >> On Wed, Feb 14, 2018 at 7:45 AM, Hendrik Leppkes 
> >> wrote:
> >>
> >>> On Wed, Feb 14, 2018 at 1:32 PM, Kyle Schwarz 
> wrote:
> >>>
>  On Wed, Feb 14, 2018 at 7:20 AM, Carl Eugen Hoyos  >
>  wrote:
> 
> > 2018-02-14 13:12 GMT+01:00 Kyle Schwarz :
> >
> >> On Wed, Feb 14, 2018 at 6:54 AM, Carl Eugen Hoyos <
> ceffm...@gmail.com>
> >> wrote:
> >>
> >>> 2018-02-14 12:21 GMT+01:00 Kyle Schwarz :
> >>> Sorry, I wasn't immediately able to find the sources for the
> >>> ndi library: Please post a link.
> >>>
> >> The only official way I know to get the SDK is by providing them
> with
> >> an email when selecting "Download": https://www.newtek.com/ndi/sdk/
> >>
> > Do you have the sources that allow to build the library "ndi" (that
> > FFmpeg links against), to change it and redistribute it?
> >
>  No, the library comes pre built in the SDK.
> 
> >>> If you need to link against a proprietary binary, then the resulting
> >>> binary is no longer GPL compatible, and as such non-free, no matter
> >>> the license of the headers.
> >>>
> >> Good to know, thanks for clearing this up. Sounds like NewTek might be
> >> a little confused about this:
> >> https://ffmpeg.zeranoe.com/forum/viewtopic.php?f=42=13238#p13238
> >>
> >
> > This applies only to the CLI. The libraries are LGPL, so things may be
> > different there depending on how things are packaged/linked. The LGPL
> > permits distributing proprietary object files such that a functioning
> > library may be linked together. See https://www.gnu.org/licenses/g
> > pl-faq.en.html#LGPLStaticVsDynamic
> >
> >
> The SDK license agreement also mentions that it's unredistributable.
> Doesn't that make it as nonfree as decklink's?
>

Interestingly, they SDK license says the SDK is "non redistributable" but
says that particular files can override that.

for instance here is the file "Processing.NDI.Lib.h" header:


// NOTE : The following MIT license applies to this file ONLY and not to
the SDK as a whole. Please review the SDK documentation
// for the description of the full license terms, which are also provided
in the file "NDI License Agreement.pdf" within the SDK or
// online at http://new.tk/ndisdk_license/. Your use of any part of this
SDK is acknowledgment that you agree to the SDK license
// terms. THe full NDI SDK may be downloaded at
https://www.newtek.com/ndi/sdk/
//
//***
//
// Copyright(c) 2014-2017 NewTek, inc
//
// Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation
// files(the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify,
// merge, publish, distribute, sublicense, and / or sell copies of the
Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions :
//
// The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
//***

…

FWIW.  It might be compatible with the LGPL.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread wm4
On Wed, 14 Feb 2018 16:22:12 +0100
Nicolas George  wrote:

> Tomas Härdin (2018-02-14):
> >Devs that work on companies that need
> > the proprietary stuff that is. It's always a tradeoff.  
> 
> Devs that work on companies that need the proprietary stuff could make
> use of the weight of said companies to get the proprietary stuff
> relicensed. But it will never happen if we give them passes.

You grossly overestimate the pull small companies have. Also you realize
the providers of the lib probably want to cash in on license costs?
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Hendrik Leppkes
On Wed, Feb 14, 2018 at 4:22 PM, Nicolas George  wrote:
> Tomas Härdin (2018-02-14):
>>  Devs that work on companies that need
>> the proprietary stuff that is. It's always a tradeoff.
>
> Devs that work on companies that need the proprietary stuff could make
> use of the weight of said companies to get the proprietary stuff
> relicensed. But it will never happen if we give them passes.
>

Devs don't like politics, they'll just implement the proprietary SDK
into their own proprietary code, because thats something they can just
do and in even less time as well.
So basically, you rid ffmepg of features for no improvement.

- Hendrik
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Carl Eugen Hoyos
2018-02-14 16:28 GMT+01:00 Maksym Veremeyenko :

> NDI sdk has a dynamic library loading method, if it used,
> then only headers files required during building binaries.

The feature would be removed from the non-free list if the
library sources are published under a (GPL-compatible)
open-source software license.

Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Maksym Veremeyenko

14.02.2018 14:45, Hendrik Leppkes пише:

On Wed, Feb 14, 2018 at 1:32 PM, Kyle Schwarz  wrote:

On Wed, Feb 14, 2018 at 7:20 AM, Carl Eugen Hoyos  wrote:

2018-02-14 13:12 GMT+01:00 Kyle Schwarz :

On Wed, Feb 14, 2018 at 6:54 AM, Carl Eugen Hoyos  wrote:

2018-02-14 12:21 GMT+01:00 Kyle Schwarz :
Sorry, I wasn't immediately able to find the sources for the
ndi library: Please post a link.


The only official way I know to get the SDK is by providing them with
an email when selecting "Download": https://www.newtek.com/ndi/sdk/


Do you have the sources that allow to build the library "ndi" (that
FFmpeg links against), to change it and redistribute it?


No, the library comes pre built in the SDK.


If you need to link against a proprietary binary, then the resulting
binary is no longer GPL compatible, and as such non-free, no matter
the license of the headers.


NDI sdk has a dynamic library loading method, if it used, then only 
headers files required during building binaries.


In this case, which conditions should be applied to headers files? What 
text should be provided by owner/manufacturer that allow include it into 
the source tree?


--
Maksym Veremeyenko

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Nicolas George
Tomas Härdin (2018-02-14):
>  Devs that work on companies that need
> the proprietary stuff that is. It's always a tradeoff.

Devs that work on companies that need the proprietary stuff could make
use of the weight of said companies to get the proprietary stuff
relicensed. But it will never happen if we give them passes.

Regards,

-- 
  Nicolas George


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Tomas Härdin

On 2018-02-14 15:16, Nicolas George wrote:

Tomas Härdin (2018-02-14):

Oh yeah, that puts a damper on things. The only way around that is dlopen()
or RPC, neither of which is going to make it into FFmpeg

At some point, vendors will need to realize we chose a copyleft license
to forthe them to play nice, not to put extra burdens on developers to
work around the copyleft.

I would almost propose to get rid of all the non-free stuff.


I wouldn't be opposed to that, but I suspect some of it enables FFmpeg 
to benefit from surplus developer time. Devs that work on companies that 
need the proprietary stuff that is. It's always a tradeoff.


/Tomas
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Nicolas George
Tomas Härdin (2018-02-14):
> Oh yeah, that puts a damper on things. The only way around that is dlopen()
> or RPC, neither of which is going to make it into FFmpeg

At some point, vendors will need to realize we chose a copyleft license
to forthe them to play nice, not to put extra burdens on developers to
work around the copyleft.

I would almost propose to get rid of all the non-free stuff.

Regards,

-- 
  Nicolas George
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Tomas Härdin

On 2018-02-14 14:48, Ricardo Constantino wrote:

On 14 February 2018 at 12:56, Tomas Härdin  wrote:


On 2018-02-14 13:50, Kyle Schwarz wrote:


On Wed, Feb 14, 2018 at 7:45 AM, Hendrik Leppkes 
wrote:


On Wed, Feb 14, 2018 at 1:32 PM, Kyle Schwarz  wrote:


On Wed, Feb 14, 2018 at 7:20 AM, Carl Eugen Hoyos 
wrote:


2018-02-14 13:12 GMT+01:00 Kyle Schwarz :


On Wed, Feb 14, 2018 at 6:54 AM, Carl Eugen Hoyos 
wrote:


2018-02-14 12:21 GMT+01:00 Kyle Schwarz :
Sorry, I wasn't immediately able to find the sources for the
ndi library: Please post a link.


The only official way I know to get the SDK is by providing them with
an email when selecting "Download": https://www.newtek.com/ndi/sdk/


Do you have the sources that allow to build the library "ndi" (that
FFmpeg links against), to change it and redistribute it?


No, the library comes pre built in the SDK.


If you need to link against a proprietary binary, then the resulting
binary is no longer GPL compatible, and as such non-free, no matter
the license of the headers.


Good to know, thanks for clearing this up. Sounds like NewTek might be
a little confused about this:
https://ffmpeg.zeranoe.com/forum/viewtopic.php?f=42=13238#p13238


This applies only to the CLI. The libraries are LGPL, so things may be
different there depending on how things are packaged/linked. The LGPL
permits distributing proprietary object files such that a functioning
library may be linked together. See https://www.gnu.org/licenses/g
pl-faq.en.html#LGPLStaticVsDynamic



The SDK license agreement also mentions that it's unredistributable.
Doesn't that make it as nonfree as decklink's?


Oh yeah, that puts a damper on things. The only way around that is 
dlopen() or RPC, neither of which is going to make it into FFmpeg


/Tomas
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Ricardo Constantino
On 14 February 2018 at 12:56, Tomas Härdin  wrote:

> On 2018-02-14 13:50, Kyle Schwarz wrote:
>
>> On Wed, Feb 14, 2018 at 7:45 AM, Hendrik Leppkes 
>> wrote:
>>
>>> On Wed, Feb 14, 2018 at 1:32 PM, Kyle Schwarz  wrote:
>>>
 On Wed, Feb 14, 2018 at 7:20 AM, Carl Eugen Hoyos 
 wrote:

> 2018-02-14 13:12 GMT+01:00 Kyle Schwarz :
>
>> On Wed, Feb 14, 2018 at 6:54 AM, Carl Eugen Hoyos 
>> wrote:
>>
>>> 2018-02-14 12:21 GMT+01:00 Kyle Schwarz :
>>> Sorry, I wasn't immediately able to find the sources for the
>>> ndi library: Please post a link.
>>>
>> The only official way I know to get the SDK is by providing them with
>> an email when selecting "Download": https://www.newtek.com/ndi/sdk/
>>
> Do you have the sources that allow to build the library "ndi" (that
> FFmpeg links against), to change it and redistribute it?
>
 No, the library comes pre built in the SDK.

>>> If you need to link against a proprietary binary, then the resulting
>>> binary is no longer GPL compatible, and as such non-free, no matter
>>> the license of the headers.
>>>
>> Good to know, thanks for clearing this up. Sounds like NewTek might be
>> a little confused about this:
>> https://ffmpeg.zeranoe.com/forum/viewtopic.php?f=42=13238#p13238
>>
>
> This applies only to the CLI. The libraries are LGPL, so things may be
> different there depending on how things are packaged/linked. The LGPL
> permits distributing proprietary object files such that a functioning
> library may be linked together. See https://www.gnu.org/licenses/g
> pl-faq.en.html#LGPLStaticVsDynamic
>
>
The SDK license agreement also mentions that it's unredistributable.
Doesn't that make it as nonfree as decklink's?
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Carl Eugen Hoyos
2018-02-14 13:50 GMT+01:00 Kyle Schwarz :
> On Wed, Feb 14, 2018 at 7:45 AM, Hendrik Leppkes  wrote:
>> On Wed, Feb 14, 2018 at 1:32 PM, Kyle Schwarz  wrote:
>>> On Wed, Feb 14, 2018 at 7:20 AM, Carl Eugen Hoyos  
>>> wrote:
 2018-02-14 13:12 GMT+01:00 Kyle Schwarz :
> On Wed, Feb 14, 2018 at 6:54 AM, Carl Eugen Hoyos  
> wrote:
>> 2018-02-14 12:21 GMT+01:00 Kyle Schwarz :
>> Sorry, I wasn't immediately able to find the sources for the
>> ndi library: Please post a link.
>
> The only official way I know to get the SDK is by providing them with
> an email when selecting "Download": https://www.newtek.com/ndi/sdk/

 Do you have the sources that allow to build the library "ndi" (that
 FFmpeg links against), to change it and redistribute it?
>>>
>>> No, the library comes pre built in the SDK.
>>
>> If you need to link against a proprietary binary, then the resulting
>> binary is no longer GPL compatible, and as such non-free, no matter
>> the license of the headers.
>
> Good to know, thanks for clearing this up. Sounds like NewTek might be
> a little confused about this:
> https://ffmpeg.zeranoe.com/forum/viewtopic.php?f=42=13238#p13238

I don't think they are confused: They would welcome you to distribute
FFmpeg binaries that link against their sdk. The GPL does not allow
this though.

Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Tomas Härdin

On 2018-02-14 13:50, Kyle Schwarz wrote:

On Wed, Feb 14, 2018 at 7:45 AM, Hendrik Leppkes  wrote:

On Wed, Feb 14, 2018 at 1:32 PM, Kyle Schwarz  wrote:

On Wed, Feb 14, 2018 at 7:20 AM, Carl Eugen Hoyos  wrote:

2018-02-14 13:12 GMT+01:00 Kyle Schwarz :

On Wed, Feb 14, 2018 at 6:54 AM, Carl Eugen Hoyos  wrote:

2018-02-14 12:21 GMT+01:00 Kyle Schwarz :
Sorry, I wasn't immediately able to find the sources for the
ndi library: Please post a link.

The only official way I know to get the SDK is by providing them with
an email when selecting "Download": https://www.newtek.com/ndi/sdk/

Do you have the sources that allow to build the library "ndi" (that
FFmpeg links against), to change it and redistribute it?

No, the library comes pre built in the SDK.

If you need to link against a proprietary binary, then the resulting
binary is no longer GPL compatible, and as such non-free, no matter
the license of the headers.

Good to know, thanks for clearing this up. Sounds like NewTek might be
a little confused about this:
https://ffmpeg.zeranoe.com/forum/viewtopic.php?f=42=13238#p13238


This applies only to the CLI. The libraries are LGPL, so things may be 
different there depending on how things are packaged/linked. The LGPL 
permits distributing proprietary object files such that a functioning 
library may be linked together. See 
https://www.gnu.org/licenses/gpl-faq.en.html#LGPLStaticVsDynamic


/Tomas


___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Kyle Schwarz
On Wed, Feb 14, 2018 at 7:45 AM, Hendrik Leppkes  wrote:
> On Wed, Feb 14, 2018 at 1:32 PM, Kyle Schwarz  wrote:
>> On Wed, Feb 14, 2018 at 7:20 AM, Carl Eugen Hoyos  wrote:
>>> 2018-02-14 13:12 GMT+01:00 Kyle Schwarz :
 On Wed, Feb 14, 2018 at 6:54 AM, Carl Eugen Hoyos  
 wrote:
> 2018-02-14 12:21 GMT+01:00 Kyle Schwarz :
> Sorry, I wasn't immediately able to find the sources for the
> ndi library: Please post a link.

 The only official way I know to get the SDK is by providing them with
 an email when selecting "Download": https://www.newtek.com/ndi/sdk/
>>>
>>> Do you have the sources that allow to build the library "ndi" (that
>>> FFmpeg links against), to change it and redistribute it?
>>
>> No, the library comes pre built in the SDK.
>
> If you need to link against a proprietary binary, then the resulting
> binary is no longer GPL compatible, and as such non-free, no matter
> the license of the headers.

Good to know, thanks for clearing this up. Sounds like NewTek might be
a little confused about this:
https://ffmpeg.zeranoe.com/forum/viewtopic.php?f=42=13238#p13238
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Hendrik Leppkes
On Wed, Feb 14, 2018 at 1:32 PM, Kyle Schwarz  wrote:
> On Wed, Feb 14, 2018 at 7:20 AM, Carl Eugen Hoyos  wrote:
>> 2018-02-14 13:12 GMT+01:00 Kyle Schwarz :
>>> On Wed, Feb 14, 2018 at 6:54 AM, Carl Eugen Hoyos  
>>> wrote:
 2018-02-14 12:21 GMT+01:00 Kyle Schwarz :
 Sorry, I wasn't immediately able to find the sources for the
 ndi library: Please post a link.
>>>
>>> The only official way I know to get the SDK is by providing them with
>>> an email when selecting "Download": https://www.newtek.com/ndi/sdk/
>>
>> Do you have the sources that allow to build the library "ndi" (that
>> FFmpeg links against), to change it and redistribute it?
>
> No, the library comes pre built in the SDK.

If you need to link against a proprietary binary, then the resulting
binary is no longer GPL compatible, and as such non-free, no matter
the license of the headers.

- Hendrik
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Kyle Schwarz
On Wed, Feb 14, 2018 at 7:20 AM, Carl Eugen Hoyos  wrote:
> 2018-02-14 13:12 GMT+01:00 Kyle Schwarz :
>> On Wed, Feb 14, 2018 at 6:54 AM, Carl Eugen Hoyos  wrote:
>>> 2018-02-14 12:21 GMT+01:00 Kyle Schwarz :
>>> Sorry, I wasn't immediately able to find the sources for the
>>> ndi library: Please post a link.
>>
>> The only official way I know to get the SDK is by providing them with
>> an email when selecting "Download": https://www.newtek.com/ndi/sdk/
>
> Do you have the sources that allow to build the library "ndi" (that
> FFmpeg links against), to change it and redistribute it?

No, the library comes pre built in the SDK.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Carl Eugen Hoyos
2018-02-14 13:12 GMT+01:00 Kyle Schwarz :
> On Wed, Feb 14, 2018 at 6:54 AM, Carl Eugen Hoyos  wrote:
>> 2018-02-14 12:21 GMT+01:00 Kyle Schwarz :
>> Sorry, I wasn't immediately able to find the sources for the
>> ndi library: Please post a link.
>
> The only official way I know to get the SDK is by providing them with
> an email when selecting "Download": https://www.newtek.com/ndi/sdk/

(Which may already be sufficient to reject your patch.)

Do you have the sources that allow to build the library "ndi" (that
FFmpeg links against), to change it and redistribute it?

Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Kyle Schwarz
On Wed, Feb 14, 2018 at 6:54 AM, Carl Eugen Hoyos  wrote:
> 2018-02-14 12:21 GMT+01:00 Kyle Schwarz :
> Sorry, I wasn't immediately able to find the sources for the
> ndi library: Please post a link.

The only official way I know to get the SDK is by providing them with
an email when selecting "Download": https://www.newtek.com/ndi/sdk/
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Carl Eugen Hoyos
2018-02-14 12:21 GMT+01:00 Kyle Schwarz :
> The NewTek SDK headers are MIT licensed, so FFmpeg
> shouldn't need to be nonfree to include this library.

Sorry, I wasn't immediately able to find the sources for the
ndi library: Please post a link.

Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Kyle Schwarz
The NewTek SDK headers are MIT licensed, so FFmpeg shouldn't need to be
nonfree to include this library.
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 99c53d482a..f3a0bbafa6 100755
--- a/configure
+++ b/configure
@@ -1569,7 +1569,6 @@ EXTERNAL_LIBRARY_GPL_LIST="
 
 EXTERNAL_LIBRARY_NONFREE_LIST="
 decklink
-libndi_newtek
 libfdk_aac
 openssl
 libtls
@@ -1618,6 +1617,7 @@ EXTERNAL_LIBRARY_LIST="
 libmodplug
 libmp3lame
 libmysofa
+libndi_newtek
 libopencv
 libopenh264
 libopenjpeg
-- 
2.14.1

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel