Index: third_party/libvpx/BUILD.gn |
diff --git a/third_party/libvpx/BUILD.gn b/third_party/libvpx/BUILD.gn |
index 0ea7345e6172083e9664d98eecf35578157c595d..cebdb1174e77acdf1fed1fef3c644b0927e2ca13 100644 |
--- a/third_party/libvpx/BUILD.gn |
+++ b/third_party/libvpx/BUILD.gn |
@@ -272,7 +272,7 @@ static_library("libvpx") { |
} else { |
sources = libvpx_srcs_x86_64 |
} |
- } else if (current_cpu == "mipsel") { |
+ } else if (current_cpu == "mipsel" || current_cpu == "mips64el") { |
sources = libvpx_srcs_mips |
} else if (current_cpu == "arm") { |
if (arm_use_neon) { |