mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
Run "gn format" on BUILD.gn and libyuv.gni
Change-Id: I2f201383f0a8b91d5a97c9ec4556de4288aa6696 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/5779859 Reviewed-by: Frank Barchard <fbarchard@chromium.org>
This commit is contained in:
parent
0ffb0cb220
commit
1fad3ab1fa
8
BUILD.gn
8
BUILD.gn
@ -247,9 +247,7 @@ if (libyuv_use_neon) {
|
||||
|
||||
if (libyuv_use_sve) {
|
||||
static_library("libyuv_sve") {
|
||||
sources = [
|
||||
"source/row_sve.cc",
|
||||
]
|
||||
sources = [ "source/row_sve.cc" ]
|
||||
|
||||
deps = [ ":libyuv_internal" ]
|
||||
|
||||
@ -262,9 +260,7 @@ if (libyuv_use_sve) {
|
||||
|
||||
if (libyuv_use_sme) {
|
||||
static_library("libyuv_sme") {
|
||||
sources = [
|
||||
"source/rotate_sme.cc",
|
||||
]
|
||||
sources = [ "source/rotate_sme.cc" ]
|
||||
|
||||
deps = [ ":libyuv_internal" ]
|
||||
|
||||
|
||||
@ -24,8 +24,6 @@ declare_args() {
|
||||
(current_cpu == "mips64el" || current_cpu == "mipsel") && mips_use_msa
|
||||
libyuv_use_mmi =
|
||||
(current_cpu == "mips64el" || current_cpu == "mipsel") && mips_use_mmi
|
||||
libyuv_use_lsx =
|
||||
(current_cpu == "loong64") && loongarch64_use_lsx
|
||||
libyuv_use_lasx =
|
||||
(current_cpu == "loong64") && loongarch64_use_lasx
|
||||
libyuv_use_lsx = current_cpu == "loong64" && loongarch64_use_lsx
|
||||
libyuv_use_lasx = current_cpu == "loong64" && loongarch64_use_lasx
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user