modified libyuv.gyp so that it no longer depends on libjpeg.gyp, which does not exist anymore.

BUG=libyuv:666
TESTED= unittests built and passed with jpeg disabled.
R=kjellander@chromium.org

Review-Url: https://codereview.chromium.org/2585373002 .
This commit is contained in:
Frank Barchard 2016-12-19 11:57:49 -08:00
parent a899dea251
commit bd10875846
4 changed files with 6 additions and 4 deletions

View File

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

View File

@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 1637
#define LIBYUV_VERSION 1638
#endif // INCLUDE_LIBYUV_VERSION_H_

View File

@ -18,7 +18,8 @@
},
'variables': {
'use_system_libjpeg%': 0,
'libyuv_disable_jpeg%': 0,
# Can be enabled if your jpeg has GYP support.
'libyuv_disable_jpeg%': 1,
# 'chromium_code' treats libyuv as internal and increases warning level.
'chromium_code': 1,
# clang compiler default variable usable by other apps that include libyuv.

View File

@ -8,7 +8,8 @@
{
'variables': {
'libyuv_disable_jpeg%': 0,
# Can be enabled if your jpeg has GYP support.
'libyuv_disable_jpeg%': 1,
'mips_msa%': 0, # Default to msa off.
},
'targets': [