Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index bb55816b80bc13af5018c65e661746f740cafcbb..31086591ef23e876598aa3b48d92d173c7dd41a0 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -187,7 +187,7 @@ if (current_cpu == "arm") { |
} |
} |
-static_library("libvpx") { |
+source_set("libvpx") { |
if (!is_debug && is_win && is_official_build) { |
configs -= [ "//build/config/compiler:optimize" ] |
configs += [ "//build/config/compiler:optimize_max" ] |