ffmpeg | branch: master | Chris Spencer <spence...@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 <spence...@gmail.com>
Signed-off-by: Michael Niedermayer <mich...@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"

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to