Commit eb468b0b authored by Chris Spencer's avatar Chris Spencer Committed by Michael Niedermayer

avdevice/decklink: Add missing libraries when building with DeckLink support on Windows.

Signed-off-by: 's avatarChris Spencer <spencercw@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 0a551cbe
......@@ -4298,6 +4298,8 @@ case $target_os in
else
target_os=mingw32
fi
decklink_outdev_extralibs="$decklink_outdev_extralibs -lole32 -loleaut32"
decklink_indev_extralibs="$decklink_indev_extralibs -lole32 -loleaut32"
LIBTARGET=i386
if enabled x86_64; then
LIBTARGET="i386:x86-64"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment