Ignore:
Timestamp:
Nov 21, 2017 9:25:11 AM (6 years ago)
Author:
riza
Message:

Close #2065: Update libyuv to fix linker error when building libyuv as dll on Visual Studio 2015.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/yuv/source/rotate.cc

    r5633 r5699  
    360360      IS_ALIGNED(src_stride, 4)) { 
    361361    MirrorUVRow = MirrorUVRow_DSPR2; 
     362  } 
     363#endif 
     364#if defined(HAS_MIRRORUVROW_MSA) 
     365  if (TestCpuFlag(kCpuHasMSA) && IS_ALIGNED(width, 32)) { 
     366    MirrorUVRow = MirrorUVRow_MSA; 
    362367  } 
    363368#endif 
Note: See TracChangeset for help on using the changeset viewer.