X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure;h=7b8815fb6df5a3d7e6035be8a9cd73f049edfe72;hb=daf6bce71be9534628a72baa5d1f1f0db281f5e5;hp=1752a35c4ee067aec5a9066e83d53e2ac4290233;hpb=f509c9503a8fdb0ae7c5b0e6e932d3bc66249fcc;p=ffmpeg diff --git a/configure b/configure index 1752a35c4ee..7b8815fb6df 100755 --- a/configure +++ b/configure @@ -1730,7 +1730,9 @@ MATH_FUNCS=" atan2f cbrt cbrtf + copysign cosf + erf exp2 exp2f expf @@ -2718,6 +2720,7 @@ cropdetect_filter_deps="gpl" delogo_filter_deps="gpl" deshake_filter_select="pixelutils" drawtext_filter_deps="libfreetype" +dynaudnorm_filter_deps="copysign erf" ebur128_filter_deps="gpl" eq_filter_deps="gpl" fftfilt_filter_deps="avcodec" @@ -3647,14 +3650,14 @@ probe_cc(){ # with MSVC which enables it by default. _cflags='-D_USE_MATH_DEFINES -FIstdlib.h -Dstrtoll=_strtoi64 -Qms0 -Qvec- -Qsimd- -GS -fp:precise' disable stripping - elif $_cc 2>&1 | grep -q Microsoft; then + elif $_cc -nologo- 2>&1 | grep -q Microsoft; then _type=msvc _ident=$($_cc 2>&1 | head -n1) _DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< 2>&1 | awk '\''/including/ { sub(/^.*file: */, ""); gsub(/\\/, "/"); if (!match($$0, / /)) print "$@:", $$0 }'\'' > $(@:.o=.d)' _DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -showIncludes -Zs' _cflags_speed="-O2" _cflags_size="-O1" - if $_cc 2>&1 | grep -q Linker; then + if $_cc -nologo- 2>&1 | grep -q Linker; then _ld_o='-out:$@' else _ld_o='-Fe$@' @@ -4298,6 +4301,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" @@ -5128,6 +5133,7 @@ check_lib math.h sin -lm && LIBM="-lm" disabled crystalhd || check_lib libcrystalhd/libcrystalhd_if.h DtsCrystalHDVersion -lcrystalhd || disable crystalhd atan2f_args=2 +copysign_args=2 ldexpf_args=2 powf_args=2