mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
enable chromium_code=1 to increase warning level. this will enable the same warnings as when built within chrome, helping avoid breakage in future.
BUG=432 TESTED=local windows build R=bcornell@google.com Review URL: https://webrtc-codereview.appspot.com/49839004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1386 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
35aa92a1ea
commit
31c875fe19
@ -19,6 +19,8 @@
|
|||||||
'variables': {
|
'variables': {
|
||||||
'use_system_libjpeg%': 0,
|
'use_system_libjpeg%': 0,
|
||||||
'libyuv_disable_jpeg%': 0,
|
'libyuv_disable_jpeg%': 0,
|
||||||
|
# 'chromium_code' treats libyuv as internal and increases warning level.
|
||||||
|
'chromium_code': 1,
|
||||||
# Link-Time Optimizations.
|
# Link-Time Optimizations.
|
||||||
'use_lto%': 0,
|
'use_lto%': 0,
|
||||||
'build_neon': 0,
|
'build_neon': 0,
|
||||||
@ -141,7 +143,7 @@
|
|||||||
# 'LIBYUV_DISABLE_MIPS',
|
# 'LIBYUV_DISABLE_MIPS',
|
||||||
# Enable the following macro to build libyuv as a shared library (dll).
|
# Enable the following macro to build libyuv as a shared library (dll).
|
||||||
# 'LIBYUV_USING_SHARED_LIBRARY',
|
# 'LIBYUV_USING_SHARED_LIBRARY',
|
||||||
# TODO(fbarchard): Make these into gyp defines.
|
# TODO(fbarchard): Make these into gyp defines.
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'include',
|
'include',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user