Ignore:
Timestamp:
Jul 28, 2017 2:51:44 AM (7 years ago)
Author:
nanang
Message:

Re #2004: Update libyuv version from libyuv git master repo dated 27 July 2017, the compile errors on old gcc versions issue persists though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/yuv/include/libyuv/rotate_argb.h

    r5358 r5633  
    99 */ 
    1010 
    11 #ifndef INCLUDE_LIBYUV_ROTATE_ARGB_H_  // NOLINT 
     11#ifndef INCLUDE_LIBYUV_ROTATE_ARGB_H_ 
    1212#define INCLUDE_LIBYUV_ROTATE_ARGB_H_ 
    1313 
     
    2222// Rotate ARGB frame 
    2323LIBYUV_API 
    24 int ARGBRotate(const uint8* src_argb, int src_stride_argb, 
    25                uint8* dst_argb, int dst_stride_argb, 
    26                int src_width, int src_height, enum RotationMode mode); 
     24int ARGBRotate(const uint8* src_argb, 
     25               int src_stride_argb, 
     26               uint8* dst_argb, 
     27               int dst_stride_argb, 
     28               int src_width, 
     29               int src_height, 
     30               enum RotationMode mode); 
    2731 
    2832#ifdef __cplusplus 
     
    3135#endif 
    3236 
    33 #endif  // INCLUDE_LIBYUV_ROTATE_ARGB_H_  NOLINT 
     37#endif  // INCLUDE_LIBYUV_ROTATE_ARGB_H_ 
Note: See TracChangeset for help on using the changeset viewer.