Signed-off-by: Chris Spencer <spence...@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel