mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-02-13 13:49:53 +08:00
Convert libyuv to a static library in GN.
We have discovered that this should increase build performance in some cases. http://crbug.com/627637 R=fbarchard@google.com Review URL: https://codereview.chromium.org/2163213005 .
This commit is contained in:
parent
e497bc8b1a
commit
e84dcb43bd
2
BUILD.gn
2
BUILD.gn
@ -18,7 +18,7 @@ config("libyuv_config") {
|
|||||||
|
|
||||||
use_neon = current_cpu == "arm64" || (current_cpu == "arm" && (arm_use_neon || arm_optionally_use_neon))
|
use_neon = current_cpu == "arm64" || (current_cpu == "arm" && (arm_use_neon || arm_optionally_use_neon))
|
||||||
|
|
||||||
source_set("libyuv") {
|
static_library("libyuv") {
|
||||||
sources = [
|
sources = [
|
||||||
# Headers
|
# Headers
|
||||||
"include/libyuv.h",
|
"include/libyuv.h",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user