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

Signed-off-by: Chris Spencer <spencercw@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/140/head
Chris Spencer 10 years ago committed by Michael Niedermayer
parent 0a551cbe97
commit eb468b0be0
  1. 2
      configure

2
configure vendored

@ -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"

Loading…
Cancel
Save