Re: [FFmpeg-devel] [PATCH] configure: disable the new optimizer in Visual Studio 2015 Update 3

2017-01-06 Thread Michael Niedermayer
On Fri, Jan 06, 2017 at 12:11:57AM +0100, Kacper Michajlow wrote: > 2016-07-04 3:53 GMT+02:00 Kacper Michajlow : > > 2016-07-03 23:39 GMT+02:00 Hendrik Leppkes : > >> On Tue, Jun 28, 2016 at 12:01 PM, Hendrik Leppkes > >> wrote: > >>> On Tue, Jun 28, 2016 at 11:48 AM, Hendrik Leppkes > >>> wrot

Re: [FFmpeg-devel] [PATCH] configure: disable the new optimizer in Visual Studio 2015 Update 3

2017-01-05 Thread Kacper Michajlow
2016-07-04 3:53 GMT+02:00 Kacper Michajlow : > 2016-07-03 23:39 GMT+02:00 Hendrik Leppkes : >> On Tue, Jun 28, 2016 at 12:01 PM, Hendrik Leppkes >> wrote: >>> On Tue, Jun 28, 2016 at 11:48 AM, Hendrik Leppkes >>> wrote: Visual Studio 2015 Update 3 introduced a new SSA optimizer, however >>

Re: [FFmpeg-devel] [PATCH] configure: disable the new optimizer in Visual Studio 2015 Update 3

2016-07-03 Thread Kacper Michajlow
2016-07-03 23:39 GMT+02:00 Hendrik Leppkes : > On Tue, Jun 28, 2016 at 12:01 PM, Hendrik Leppkes wrote: >> On Tue, Jun 28, 2016 at 11:48 AM, Hendrik Leppkes >> wrote: >>> Visual Studio 2015 Update 3 introduced a new SSA optimizer, however >>> it unfortunately causes miscompilations. Until it is

Re: [FFmpeg-devel] [PATCH] configure: disable the new optimizer in Visual Studio 2015 Update 3

2016-07-03 Thread Hendrik Leppkes
On Tue, Jun 28, 2016 at 12:01 PM, Hendrik Leppkes wrote: > On Tue, Jun 28, 2016 at 11:48 AM, Hendrik Leppkes wrote: >> 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 shoul

Re: [FFmpeg-devel] [PATCH] configure: disable the new optimizer in Visual Studio 2015 Update 3

2016-06-28 Thread Hendrik Leppkes
On Tue, Jun 28, 2016 at 12:50 PM, Michael Niedermayer wrote: > On Tue, Jun 28, 2016 at 12:01:54PM +0200, Hendrik Leppkes wrote: >> On Tue, Jun 28, 2016 at 11:48 AM, Hendrik Leppkes >> wrote: >> > Visual Studio 2015 Update 3 introduced a new SSA optimizer, however >> > it unfortunately causes mis

Re: [FFmpeg-devel] [PATCH] configure: disable the new optimizer in Visual Studio 2015 Update 3

2016-06-28 Thread Michael Niedermayer
On Tue, Jun 28, 2016 at 12:01:54PM +0200, Hendrik Leppkes wrote: > On Tue, Jun 28, 2016 at 11:48 AM, Hendrik Leppkes wrote: > > Visual Studio 2015 Update 3 introduced a new SSA optimizer, however > > it unfortunately causes miscompilations. Until it is fixed, the new > > optimizations are disabled

Re: [FFmpeg-devel] [PATCH] configure: disable the new optimizer in Visual Studio 2015 Update 3

2016-06-28 Thread Hendrik Leppkes
On Tue, Jun 28, 2016 at 11:48 AM, Hendrik Leppkes wrote: > 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 re

[FFmpeg-devel] [PATCH] configure: disable the new optimizer in Visual Studio 2015 Update 3

2016-06-28 Thread Hendrik Leppkes
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 | 4

Re: [FFmpeg-devel] [PATCH] configure: disable the new optimizer in Visual Studio 2015 Update 3

2016-06-28 Thread Nicolas George
Le primidi 11 messidor, an CCXXIV, Hendrik Leppkes a écrit : > 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. > > Fixe

[FFmpeg-devel] [PATCH] configure: disable the new optimizer in Visual Studio 2015 Update 3

2016-06-28 Thread Hendrik Leppkes
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 on VS2015 stations. --- configure | 3 +++ 1 file