Skip to content
Snippets Groups Projects
Commit 98e94dff authored by Marton Balint's avatar Marton Balint
Browse files

configure: use -ldl for decklink


Signed-off-by: default avatarMarton Balint <cus@passwd.hu>
parent cfc040a4
No related branches found
No related tags found
No related merge requests found
......@@ -5229,6 +5229,8 @@ elif check_func dlopen -ldl; then
ldl=-ldl
fi
decklink_outdev_extralibs="$decklink_outdev_extralibs $ldl"
decklink_indev_extralibs="$decklink_indev_extralibs $ldl"
frei0r_filter_extralibs='$ldl'
frei0r_src_filter_extralibs='$ldl'
ladspa_filter_extralibs='$ldl'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment