diff --git a/api/video/BUILD.gn b/api/video/BUILD.gn index 161e0a0e01..08f2f36487 100644 --- a/api/video/BUILD.gn +++ b/api/video/BUILD.gn @@ -99,6 +99,7 @@ rtc_source_set("video_frame_i010") { } rtc_source_set("encoded_image") { + visibility = [ "*" ] sources = [ "encoded_image.cc", "encoded_image.h",