[FFmpeg-cvslog] configure: remove libdl dependency from libndi_newtek
Marton Balint
git at videolan.org
Wed Oct 11 23:53:04 EEST 2017
ffmpeg | branch: release/3.4 | Marton Balint <cus at passwd.hu> | Tue Oct 10 23:30:29 2017 +0200| [c8642473e0b3d2c2d644c72eb7e4de23fa3f79fa] | committer: Marton Balint
configure: remove libdl dependency from libndi_newtek
We are not using dynamic loading for libndi.
Reviewed-by: James Almer <jamrial at gmail.com>
Signed-off-by: Marton Balint <cus at passwd.hu>
(cherry picked from commit 58143b15adda6391ec07f3eb19e80ed91d801edd)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c8642473e0b3d2c2d644c72eb7e4de23fa3f79fa
---
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"
More information about the ffmpeg-cvslog
mailing list