mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
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
This commit is contained in:
parent
14f657b44a
commit
155c76161a
@ -1,6 +1,6 @@
|
|||||||
Name: libyuv
|
Name: libyuv
|
||||||
URL: http://code.google.com/p/libyuv/
|
URL: http://code.google.com/p/libyuv/
|
||||||
Version: 585
|
Version: 586
|
||||||
License: BSD
|
License: BSD
|
||||||
License File: LICENSE
|
License File: LICENSE
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,6 @@
|
|||||||
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
||||||
#define INCLUDE_LIBYUV_VERSION_H_
|
#define INCLUDE_LIBYUV_VERSION_H_
|
||||||
|
|
||||||
#define LIBYUV_VERSION 585
|
#define LIBYUV_VERSION 586
|
||||||
|
|
||||||
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
||||||
|
|||||||
@ -30,9 +30,11 @@
|
|||||||
],
|
],
|
||||||
'defines': [
|
'defines': [
|
||||||
'HAVE_JPEG',
|
'HAVE_JPEG',
|
||||||
|
# Enable the following 3 macros to turn off assembly for specified CPU.
|
||||||
# 'LIBYUV_DISABLE_X86',
|
# 'LIBYUV_DISABLE_X86',
|
||||||
# 'LIBYUV_DISABLE_NEON',
|
# 'LIBYUV_DISABLE_NEON',
|
||||||
# 'LIBYUV_DISABLE_MIPS',
|
# 'LIBYUV_DISABLE_MIPS',
|
||||||
|
# Enable the following macro to build libyuv as a shared library (dll).
|
||||||
# 'LIBYUV_BUILDING_SHARED_LIBRARY',
|
# 'LIBYUV_BUILDING_SHARED_LIBRARY',
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
|
|||||||
@ -19,9 +19,11 @@
|
|||||||
],
|
],
|
||||||
'defines': [
|
'defines': [
|
||||||
'LIBYUV_SVNREVISION="<!(svnversion -n)"',
|
'LIBYUV_SVNREVISION="<!(svnversion -n)"',
|
||||||
|
# Enable the following 3 macros to turn off assembly for specified CPU.
|
||||||
# 'LIBYUV_DISABLE_X86',
|
# 'LIBYUV_DISABLE_X86',
|
||||||
# 'LIBYUV_DISABLE_NEON',
|
# 'LIBYUV_DISABLE_NEON',
|
||||||
# 'LIBYUV_DISABLE_MIPS',
|
# 'LIBYUV_DISABLE_MIPS',
|
||||||
|
# Enable the following macro to build libyuv as a shared library (dll).
|
||||||
# 'LIBYUV_USING_SHARED_LIBRARY',
|
# 'LIBYUV_USING_SHARED_LIBRARY',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
|
|||||||
@ -1161,4 +1161,3 @@ TEST_F(libyuvTest, ARGBSubtract_Opt) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace libyuv
|
} // namespace libyuv
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user