mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
enable speed optimization for libyuv
BUG=439 TESTED=out\release\libyuv_unittest --gtest_filter=*I420ToARGB_Opt R=bcornell@google.com Review URL: https://webrtc-codereview.appspot.com/55389004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1405 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
b33dc47b54
commit
7be3bc65a1
@ -1,6 +1,6 @@
|
|||||||
Name: libyuv
|
Name: libyuv
|
||||||
URL: http://code.google.com/p/libyuv/
|
URL: http://code.google.com/p/libyuv/
|
||||||
Version: 1404
|
Version: 1405
|
||||||
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 1404
|
#define LIBYUV_VERSION 1405
|
||||||
|
|
||||||
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
||||||
|
|||||||
@ -93,6 +93,9 @@
|
|||||||
'target_name': 'libyuv',
|
'target_name': 'libyuv',
|
||||||
# Change type to 'shared_library' to build .so or .dll files.
|
# Change type to 'shared_library' to build .so or .dll files.
|
||||||
'type': 'static_library',
|
'type': 'static_library',
|
||||||
|
'variables': {
|
||||||
|
'optimize': 'max', # enable O2 and ltcg.
|
||||||
|
},
|
||||||
# Allows libyuv.a redistributable library without external dependencies.
|
# Allows libyuv.a redistributable library without external dependencies.
|
||||||
'standalone_static_library': 1,
|
'standalone_static_library': 1,
|
||||||
'conditions': [
|
'conditions': [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user