From 155c76161a0c18b6d648534feab314e7c273bf6d Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Thu, 28 Feb 2013 00:05:18 +0000 Subject: [PATCH] Add comments to gyp showing what the macros are for. BUG=189 TEST=none Review URL: https://webrtc-codereview.appspot.com/1113007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@586 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- README.chromium | 2 +- include/libyuv/version.h | 2 +- libyuv.gyp | 2 ++ libyuv_test.gyp | 2 ++ unit_test/planar_test.cc | 1 - 5 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.chromium b/README.chromium index d57660be9..550e36047 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 585 +Version: 586 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 65ec74f9d..8fa10f5ac 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 585 +#define LIBYUV_VERSION 586 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/libyuv.gyp b/libyuv.gyp index 2daa28092..c3a530497 100644 --- a/libyuv.gyp +++ b/libyuv.gyp @@ -30,9 +30,11 @@ ], 'defines': [ 'HAVE_JPEG', + # Enable the following 3 macros to turn off assembly for specified CPU. # 'LIBYUV_DISABLE_X86', # 'LIBYUV_DISABLE_NEON', # 'LIBYUV_DISABLE_MIPS', + # Enable the following macro to build libyuv as a shared library (dll). # 'LIBYUV_BUILDING_SHARED_LIBRARY', ], 'include_dirs': [ diff --git a/libyuv_test.gyp b/libyuv_test.gyp index 15e5aaa3b..9db22138f 100644 --- a/libyuv_test.gyp +++ b/libyuv_test.gyp @@ -19,9 +19,11 @@ ], 'defines': [ 'LIBYUV_SVNREVISION="