[x264-devel] [PATCH 2 of 3] Workarounds for VC12 bugs

Steve Borho sborho at multicorewareinc.com
Thu Mar 20 01:42:42 CET 2014


On Wed, Mar 19, 2014 at 6:08 PM, Jean-Baptiste Kempf <jb at videolan.org> wrote:
> On 18 Mar, Steve Borho wrote :
>> In all of these cases, VC12 cannot properly handle non-intrinsic variables being
>> declared within a code block. ie: ints and longs are ok but it seems uint8_t
>> or any other typedef'd types can trigger this problem.
>
> Use VS 2013 update 2 CTP.

Awesome, if their next service pack fixes these bugs, I will gladly
drop this middle patch and just keep the osdep.h changes and
CMakeLists.txt.  We can verify the user's MSVC SP level in the cmake
script to be safe.

--
Steve Borho


More information about the x264-devel mailing list