[FFmpeg-devel] [PATCH] configure: remove libdl dependency from libndi_newtek
Marton Balint
cus at passwd.hu
Wed Oct 11 23:54:12 EEST 2017
On Tue, 10 Oct 2017, James Almer wrote:
> On 10/10/2017 6:34 PM, Marton Balint wrote:
>> We are not using dynamic loading for libndi.
>>
>> Signed-off-by: Marton Balint <cus at passwd.hu>
>> ---
>> configure | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/configure b/configure
>> index e2ef54fb3b..259619cccd 100755
>> --- a/configure
>> +++ b/configure
>> @@ -3089,9 +3089,9 @@ decklink_indev_deps="decklink threads"
>> decklink_indev_extralibs="-lstdc++"
>> decklink_outdev_deps="decklink threads"
>> decklink_outdev_extralibs="-lstdc++"
>> -libndi_newtek_indev_deps="libndi_newtek libdl"
>> +libndi_newtek_indev_deps="libndi_newtek"
>> libndi_newtek_indev_extralibs="-lndi"
>> -libndi_newtek_outdev_deps="libndi_newtek libdl"
>> +libndi_newtek_outdev_deps="libndi_newtek"
>> libndi_newtek_outdev_extralibs="-lndi"
>> dshow_indev_deps="IBaseFilter"
>> dshow_indev_extralibs="-lpsapi -lole32 -lstrmiids -luuid -loleaut32 -lshlwapi"
>
> Should be good.
Pushed and backported to 3.4.
Regards,
Marton
More information about the ffmpeg-devel
mailing list