1. 23 Jan, 2018 1 commit
  2. 17 Oct, 2017 1 commit
    • 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
  3. 04 Aug, 2017 1 commit
  4. 14 Mar, 2017 1 commit
  5. 08 Mar, 2017 1 commit
  6. 08 Nov, 2016 1 commit
  7. 11 Aug, 2015 1 commit
  8. 14 Jul, 2015 1 commit