[FFmpeg-cvslog] avdevice/decklink: Add missing libraries when building with DeckLink support on Windows.

Chris Spencer git at videolan.org
Sun Jul 19 20:45:09 CEST 2015


ffmpeg | branch: master | Chris Spencer <spencercw at gmail.com> | Sat Jul 18 20:20:25 2015 +0100| [eb468b0be03ec5d73ab03431c1985de8dd7064d1] | committer: Michael Niedermayer

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

Signed-off-by: Chris Spencer <spencercw at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eb468b0be03ec5d73ab03431c1985de8dd7064d1
---

 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"



More information about the ffmpeg-cvslog mailing list