You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Merge commit '3edeb7749e4276c78ad57307b8c3b32dd476d1da'
* commit '3edeb7749e4276c78ad57307b8c3b32dd476d1da':
configure: Allow log2 with MSVC 2013 onwards.
Conflicts:
configure
See: 4d93e758d7
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -2073,7 +2073,6 @@ fast_unaligned_if_any="aarch64 ppc x86"
|
|||||||
simd_align_16_if_any="altivec neon sse"
|
simd_align_16_if_any="altivec neon sse"
|
||||||
|
|
||||||
# system capabilities
|
# system capabilities
|
||||||
|
|
||||||
symver_if_any="symver_asm_label symver_gnu_asm"
|
symver_if_any="symver_asm_label symver_gnu_asm"
|
||||||
valgrind_backtrace_deps="!optimizations valgrind_valgrind_h"
|
valgrind_backtrace_deps="!optimizations valgrind_valgrind_h"
|
||||||
|
|
||||||
@@ -5508,7 +5507,7 @@ elif enabled_any msvc icl; then
|
|||||||
disable ebx_available
|
disable ebx_available
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# msvcrt10 x64 incorrectly enables log2, only msvcrt12 onwards actually has log2.
|
# msvcrt10 x64 incorrectly enables log2, only msvcrt12 (MSVC 2013) onwards actually has log2.
|
||||||
check_cpp_condition crtversion.h "_VC_CRT_MAJOR_VERSION >= 12" || disable log2
|
check_cpp_condition crtversion.h "_VC_CRT_MAJOR_VERSION >= 12" || disable log2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user