提交 eb468b0b 编写于 作者: C Chris Spencer 提交者: Michael Niedermayer

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

Signed-off-by: NChris Spencer <spencercw@gmail.com>
Signed-off-by: NMichael Niedermayer <michael@niedermayer.cc>
上级 0a551cbe
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册