Re: [Bf-committers] LIBMV: Workaround for Internal Compiler error on VS2012

2013-05-14 Thread Jürgen Herrmann
Hi again, still trying to fix this nasty ICE on VS 2012 64bit and I think I found a way to work around this issue without losing too much speed. Instead of turning optimizations off globally for these 2 files I found a way to reduce optimization level slightly by doing this: PATCH

Re: [Bf-committers] LIBMV: Workaround for Internal Compiler error on VS2012

2013-05-14 Thread Brecht Van Lommel
Probably Sergey can judge this best, I don't know how important these files are to performance. Maybe there's a specific function or line of code that is causing the issue that we can tweak as well. On Tue, May 14, 2013 at 8:42 PM, Jürgen Herrmann wrote: > Hi again, > > still trying to fix this n

Re: [Bf-committers] LIBMV: Workaround for Internal Compiler error on VS2012

2013-05-14 Thread Keir Mierle
These trackers are all obsolete now and replaced by the new planar tracker (region_tracker.cc). Deleting all that code is not so simple though. The VS patch suggested should not impact Blender's motion tracking at all; I see no problem committing it. On Tue, May 14, 2013 at 2:21 PM, Brecht Van Lo

Re: [Bf-committers] LIBMV: Workaround for Internal Compiler error on VS2012

2013-05-16 Thread Jürgen Herrmann
Hi Keir, why is it so hard to remove these sources if they are unused? /Jürgen Am 15. Mai 2013 um 00:04 schrieb Keir Mierle : > These trackers are all obsolete now and replaced by the new planar tracker > (region_tracker.cc). Deleting all that code is not so simple though. The VS > patch sugg