• Frank Barchard's avatar
    mingw fix ifdefs to use gcc source · 8fa02df3
    Frank Barchard authored
    mingw gcc sets the macro _M_IX86 which is normally only set
    by Visual C and clangcl which are Visual C style source code
    style for assembly, but gcc is not Visual C compatible.
    Add _MSC_VER to most ifdefs to detect that its really Visual C
    or clangcl and not mingw gcc so the gcc source code will be used.
    
    Bug: libyuv:744
    Test: CXXFLAGS=-m32 CXX=~/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/bin/x86_64-w64-mingw32-g++ make -f linux.mk
    Change-Id: I3431aa486eb769b145faa8d5eb75ed639f9d6f5e
    Reviewed-on: https://chromium-review.googlesource.com/722319Reviewed-by: 's avatarCheng Wang <wangcheng@google.com>
    Commit-Queue: Frank Barchard <fbarchard@google.com>
    8fa02df3
Name
Last commit
Last update
..
basic_types.h Loading commit data...
compare.h Loading commit data...
compare_row.h Loading commit data...
convert.h Loading commit data...
convert_argb.h Loading commit data...
convert_from.h Loading commit data...
convert_from_argb.h Loading commit data...
cpu_id.h Loading commit data...
macros_msa.h Loading commit data...
mjpeg_decoder.h Loading commit data...
planar_functions.h Loading commit data...
rotate.h Loading commit data...
rotate_argb.h Loading commit data...
rotate_row.h Loading commit data...
row.h Loading commit data...
scale.h Loading commit data...
scale_argb.h Loading commit data...
scale_row.h Loading commit data...
version.h Loading commit data...
video_common.h Loading commit data...