Descriptionmingw64 fix - guard row_win.cc against mingw build.
The old guard only checked for defined(_M_X64) which is defined by mingw64. Add a test for defined(_MSC_VER) which is defined for clangcl and visual c but not mingw. mingw should use row_gcc.cc for both 32 and 64 bit.
R=harryjin@google.com
BUG=webm:1252, libyuv:613
TEST=local gcc/clang builds on linux tested and try bots for others.
Committed: https://chromium.googlesource.com/libyuv/libyuv/+/2f101fdbda4a6cb205ea3bd90a6a6bc696ea5383
Patch Set 1 #Patch Set 2 : row.h also check for mscver for 64 bit #Patch Set 3 : git cl try #Patch Set 4 : row.h fix for mingw as well #
Messages
Total messages: 10 (7 generated)
|