]> git.sesse.net Git - ffmpeg/commitdiff
configure: remove libdl dependency from libndi_newtek
authorMarton Balint <cus@passwd.hu>
Tue, 10 Oct 2017 21:30:29 +0000 (23:30 +0200)
committerMarton Balint <cus@passwd.hu>
Wed, 11 Oct 2017 20:48:39 +0000 (22:48 +0200)
We are not using dynamic loading for libndi.

Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
configure

index e2ef54fb3b213330468440507360bd019eaa775a..259619cccd0b008b49c6df88fcddba47490d21b4 100755 (executable)
--- 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"