mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-09 18:26:49 +08:00
row.h nolint on header guard
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/853004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@380 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
fc7314e86b
commit
c1daff11eb
@ -1,6 +1,6 @@
|
||||
Name: libyuv
|
||||
URL: http://code.google.com/p/libyuv/
|
||||
Version: 379
|
||||
Version: 380
|
||||
License: BSD
|
||||
License File: LICENSE
|
||||
|
||||
|
||||
@ -670,6 +670,6 @@ void ARGBInterpolateRow_SSSE3(uint8* dst_ptr, const uint8* src_ptr,
|
||||
} // namespace libyuv
|
||||
#endif
|
||||
|
||||
#endif // INCLUDE_LIBYUV_ROW_H_
|
||||
#endif // INCLUDE_LIBYUV_ROW_H_ NOLINT
|
||||
|
||||
|
||||
|
||||
@ -11,6 +11,6 @@
|
||||
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
||||
#define INCLUDE_LIBYUV_VERSION_H_
|
||||
|
||||
#define LIBYUV_VERSION 379
|
||||
#define LIBYUV_VERSION 380
|
||||
|
||||
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user