[FFmpeg-devel] [PATCH 2/3] avdevice/decklink: Add missing libraries when building with DeckLink support on Windows.

Chris Spencer spencercw at gmail.com
Sat Jul 18 21:20:25 CEST 2015


Signed-off-by: Chris Spencer <spencercw at gmail.com>
---
 configure | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 1752a35..c2a9564 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"
-- 
1.9.5.msysgit.1



More information about the ffmpeg-devel mailing list