mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
update libvpx
This commit is contained in:
parent
cf26d415bd
commit
45be6f60b2
1 changed files with 4 additions and 4 deletions
8
arm/third_party/libvpx/BUILD.gn
vendored
8
arm/third_party/libvpx/BUILD.gn
vendored
|
@ -368,8 +368,8 @@ if (current_cpu == "arm64") {
|
||||||
check_includes = false
|
check_includes = false
|
||||||
configs -= [ "//build/config/compiler:chromium_code" ]
|
configs -= [ "//build/config/compiler:chromium_code" ]
|
||||||
configs += [ "//build/config/compiler:no_chromium_code" ]
|
configs += [ "//build/config/compiler:no_chromium_code" ]
|
||||||
configs += [ "//build/config/compiler:march_dotprod" ]
|
|
||||||
configs += [ ":libvpx_config" ]
|
configs += [ ":libvpx_config" ]
|
||||||
|
configs += [ "//build/config/compiler:march_dotprod" ]
|
||||||
if (cpu_arch_full == "arm64") {
|
if (cpu_arch_full == "arm64") {
|
||||||
sources = libvpx_srcs_arm64_neon_dotprod
|
sources = libvpx_srcs_arm64_neon_dotprod
|
||||||
deps = [ ":libvpx_arm64_headers" ]
|
deps = [ ":libvpx_arm64_headers" ]
|
||||||
|
@ -383,8 +383,8 @@ if (current_cpu == "arm64") {
|
||||||
check_includes = false
|
check_includes = false
|
||||||
configs -= [ "//build/config/compiler:chromium_code" ]
|
configs -= [ "//build/config/compiler:chromium_code" ]
|
||||||
configs += [ "//build/config/compiler:no_chromium_code" ]
|
configs += [ "//build/config/compiler:no_chromium_code" ]
|
||||||
configs += [ "//build/config/compiler:march_i8mm" ]
|
|
||||||
configs += [ ":libvpx_config" ]
|
configs += [ ":libvpx_config" ]
|
||||||
|
configs += [ "//build/config/compiler:march_i8mm" ]
|
||||||
if (cpu_arch_full == "arm64") {
|
if (cpu_arch_full == "arm64") {
|
||||||
sources = libvpx_srcs_arm64_neon_i8mm
|
sources = libvpx_srcs_arm64_neon_i8mm
|
||||||
deps = [ ":libvpx_arm64_headers" ]
|
deps = [ ":libvpx_arm64_headers" ]
|
||||||
|
@ -402,8 +402,8 @@ if (current_cpu == "arm64") {
|
||||||
check_includes = false
|
check_includes = false
|
||||||
configs -= [ "//build/config/compiler:chromium_code" ]
|
configs -= [ "//build/config/compiler:chromium_code" ]
|
||||||
configs += [ "//build/config/compiler:no_chromium_code" ]
|
configs += [ "//build/config/compiler:no_chromium_code" ]
|
||||||
configs += [ "//build/config/compiler:march_dotprod_i8mm_sve" ]
|
|
||||||
configs += [ ":libvpx_config" ]
|
configs += [ ":libvpx_config" ]
|
||||||
|
configs += [ "//build/config/compiler:march_dotprod_i8mm_sve" ]
|
||||||
if (cpu_arch_full == "arm64") {
|
if (cpu_arch_full == "arm64") {
|
||||||
sources = libvpx_srcs_arm64_sve
|
sources = libvpx_srcs_arm64_sve
|
||||||
deps = [ ":libvpx_arm64_headers" ]
|
deps = [ ":libvpx_arm64_headers" ]
|
||||||
|
@ -417,8 +417,8 @@ if (current_cpu == "arm64") {
|
||||||
check_includes = false
|
check_includes = false
|
||||||
configs -= [ "//build/config/compiler:chromium_code" ]
|
configs -= [ "//build/config/compiler:chromium_code" ]
|
||||||
configs += [ "//build/config/compiler:no_chromium_code" ]
|
configs += [ "//build/config/compiler:no_chromium_code" ]
|
||||||
configs += [ "//build/config/compiler:march_sve2" ]
|
|
||||||
configs += [ ":libvpx_config" ]
|
configs += [ ":libvpx_config" ]
|
||||||
|
configs += [ "//build/config/compiler:march_sve2" ]
|
||||||
if (cpu_arch_full == "arm64") {
|
if (cpu_arch_full == "arm64") {
|
||||||
sources = libvpx_srcs_arm64_sve2
|
sources = libvpx_srcs_arm64_sve2
|
||||||
deps = [ ":libvpx_arm64_headers" ]
|
deps = [ ":libvpx_arm64_headers" ]
|
||||||
|
|
Loading…
Reference in a new issue