mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
avdevice/decklink: Add missing libraries when building with DeckLink support on Windows.
Signed-off-by: Chris Spencer <spencercw@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
0a551cbe97
commit
eb468b0be0
2
configure
vendored
2
configure
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user