1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-04-19 09:02:26 +02:00

configure: Don't disable SSA Optimizer on MSVC v19.00.24218+.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Kacper Michajłow 2017-01-12 01:02:23 +01:00 committed by Michael Niedermayer
parent bdbbb8f11e
commit 2064a3b8df

4
configure vendored
View File

@ -6320,8 +6320,8 @@ EOF
check_func strtoll || add_cflags -Dstrtoll=_strtoi64 check_func strtoll || add_cflags -Dstrtoll=_strtoi64
check_func strtoull || add_cflags -Dstrtoull=_strtoui64 check_func strtoull || add_cflags -Dstrtoull=_strtoui64
# the new SSA optimzer in VS2015 U3 is mis-optimizing some parts of the code # the new SSA optimzer in VS2015 U3 is mis-optimizing some parts of the code
# this flag should be re-checked on newer compiler releases and put under a # Issue has been fixed in MSVC v19.00.24218.
# version check once its fixed check_cpp_condition windows.h "_MSC_FULL_VER >= 190024218" ||
check_cflags -d2SSAOptimizer- check_cflags -d2SSAOptimizer-
fi fi