]> git.sesse.net Git - ffmpeg/blobdiff - configure
avformat/mp3dec: Rename sync() function to avoid build failure on android
[ffmpeg] / configure
index 1752a35c4ee067aec5a9066e83d53e2ac4290233..c2a95645165908c1532a86da5831b38b1490d308 100755 (executable)
--- 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"