diff options
author | Marton Balint <cus@passwd.hu> | 2017-10-10 20:20:28 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2017-10-10 23:28:38 +0200 |
commit | f280575a0fc96a7b288032357f664dfb552dfe12 (patch) | |
tree | d6be79602732696028fa35f3d52b036235d8f957 /configure | |
parent | d251effe732081c2d11bdb1198ab906827faf773 (diff) | |
download | ffmpeg-f280575a0fc96a7b288032357f664dfb552dfe12.tar.gz |
configure: fix decklink dependencies
We don't need libdl for win32/mingw.
Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3084,9 +3084,10 @@ avfoundation_indev_deps="avfoundation pthreads" avfoundation_indev_extralibs="-framework Foundation -framework CoreVideo -framework CoreMedia" bktr_indev_deps_any="dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h" caca_outdev_deps="libcaca" -decklink_indev_deps="decklink threads libdl" +decklink_deps_any="libdl LoadLibrary" +decklink_indev_deps="decklink threads" decklink_indev_extralibs="-lstdc++" -decklink_outdev_deps="decklink threads libdl" +decklink_outdev_deps="decklink threads" decklink_outdev_extralibs="-lstdc++" libndi_newtek_indev_deps="libndi_newtek libdl" libndi_newtek_indev_extralibs="-lndi" |