From eb468b0be03ec5d73ab03431c1985de8dd7064d1 Mon Sep 17 00:00:00 2001 From: Chris Spencer Date: Sat, 18 Jul 2015 20:20:25 +0100 Subject: [PATCH] avdevice/decklink: Add missing libraries when building with DeckLink support on Windows. Signed-off-by: Chris Spencer Signed-off-by: Michael Niedermayer --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 1752a35c4e..c2a9564516 100755 --- a/configure +++ b/configure @@ -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"