]> git.sesse.net Git - ffmpeg/commit
configure: disable the new optimizer in Visual Studio 2015 Update 3
authorHendrik Leppkes <h.leppkes@gmail.com>
Tue, 28 Jun 2016 09:48:29 +0000 (11:48 +0200)
committerHendrik Leppkes <h.leppkes@gmail.com>
Sun, 3 Jul 2016 21:37:44 +0000 (23:37 +0200)
commit1ad4471526c70d073b19bd551dc4193457d1e610
tree0a9cd1af0abdc4ddada609a1f9d07c2b6868d0db
parent293484fa5e444bf0437d010f8e9808555102eb90
configure: disable the new optimizer in Visual Studio 2015 Update 3

Visual Studio 2015 Update 3 introduced a new SSA optimizer, however
it unfortunately causes miscompilations. Until it is fixed, the new
optimizations are disabled and should be re-checked on subsequent
compiler releases.

Fixes recent FATE failure of fate-lavf-pam on VS2015.
configure