From f4538f5e890bd5a153e8fafefbcdc7313b1e54e1 Mon Sep 17 00:00:00 2001 From: Eric Astor Date: Tue, 4 Aug 2020 20:42:21 -0400 Subject: [PATCH] Fix undeclared dependencies on ole32.lib and user32.lib Bug: None Change-Id: I41f4d3e31a199ba5aae8d4c9b6051f9cb4b6430e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/180960 Reviewed-by: Artem Titov Reviewed-by: Zeke Chin Commit-Queue: Artem Titov Cr-Commit-Position: refs/heads/master@{#31854} --- modules/video_capture/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/video_capture/BUILD.gn b/modules/video_capture/BUILD.gn index af2b5d6468..741d6e21b4 100644 --- a/modules/video_capture/BUILD.gn +++ b/modules/video_capture/BUILD.gn @@ -79,8 +79,10 @@ if (!build_with_chromium) { ] libs = [ + "ole32.lib", "oleaut32.lib", "strmiids.lib", + "user32.lib", ] if (build_with_mozilla) {