]> git.sesse.net Git - ffmpeg/blobdiff - configure
avformat/mp3dec: Rename sync() function to avoid build failure on android
[ffmpeg] / configure
index dd84285c066761560c78a8074980254e7b4a45f1..c2a95645165908c1532a86da5831b38b1490d308 100755 (executable)
--- a/configure
+++ b/configure
@@ -2654,6 +2654,7 @@ x11grab_indev_deps="x11grab"
 x11grab_xcb_indev_deps="libxcb"
 
 # protocols
+async_protocol_deps="pthreads"
 bluray_protocol_deps="libbluray"
 ffrtmpcrypt_protocol_deps="!librtmp_protocol"
 ffrtmpcrypt_protocol_deps_any="gcrypt gmp openssl"
@@ -4297,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"