add clang variable for other apps to use

R=dhrosa@google.com
BUG=libyuv:539

Review URL: https://codereview.chromium.org/1557923005 .
This commit is contained in:
Frank Barchard 2016-01-05 11:47:55 -08:00
parent 36615d62a0
commit 2560df9513
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 1561
Version: 1562
License: BSD
License File: LICENSE

View File

@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 1561
#define LIBYUV_VERSION 1562
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT

View File

@ -34,6 +34,8 @@
'libyuv_disable_jpeg%': 0,
# 'chromium_code' treats libyuv as internal and increases warning level.
'chromium_code': 1,
# clang compiler default variable usable by other apps that include libyuv.
'clang%': 0,
# Link-Time Optimizations.
'use_lto%': 0,
'build_neon': 0,