aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2019-09-11 11:39:52 -0700
committerFrank Barchard <fbarchard@chromium.org>2019-09-11 21:06:21 +0000
commitc85a7b3ae3efb8b7e63aa86122c42843333ab91d (patch)
tree2d76dc6838076c5bc6c59419c4d0ae9da3d29ec3 /BUILD.gn
parenteeccc19a99fec583ee927df665291ecdd5dc15af (diff)
downloadlibyuv-c85a7b3ae3efb8b7e63aa86122c42843333ab91d.tar.gz
MMI Optimized functions I422ToARGB for 1080p video
Improves playback performance for 1080p video on www.youku.com BUG=libyuv:841 Change-Id: Iabe7693fba276162af0290863f46e214ab86fb6c Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/1790959 Reviewed-by: Miguel Casas <mcasas@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 2 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 8904fd6c..1bdb6868 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -6,8 +6,8 @@
# in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree.
-import("libyuv.gni")
import("//testing/test.gni")
+import("libyuv.gni")
declare_args() {
# Set to false to disable building with gflags.
@@ -162,9 +162,8 @@ static_library("libyuv_internal") {
# crbug.com/538243).
if (!is_debug || is_nacl) {
configs -= [ "//build/config/compiler:default_optimization" ]
-
# Enable optimize for speed (-O2) over size (-Os).
- configs += [ "//build/config/compiler:optimize_max" ]
+ #configs += [ "//build/config/compiler:optimize_max" ]
}
# To enable AVX2 or other cpu optimization, pass flag here