aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2017-10-10 23:30:29 +0200
committerMarton Balint <cus@passwd.hu>2017-10-11 22:48:39 +0200
commit58143b15adda6391ec07f3eb19e80ed91d801edd (patch)
tree374ba9888c65ded5a50647942ad6e2589b07b855 /configure
parente4d5310a507d82656d670437c3a5f3b42b3fe060 (diff)
downloadffmpeg-58143b15adda6391ec07f3eb19e80ed91d801edd.tar.gz
configure: remove libdl dependency from libndi_newtek
We are not using dynamic loading for libndi. Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files 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"