Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: webrtc/modules/desktop_capture/BUILD.gn

Issue 2345163002: Several minor improvements of DirectX capturer (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/desktop_capture/BUILD.gn
diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
index 8887ba99c3ecc5c146b5ea6d452a221d0e9da40c..ecba4e7ab7d7f0b1fe9b44e58579995f7356be69 100644
--- a/webrtc/modules/desktop_capture/BUILD.gn
+++ b/webrtc/modules/desktop_capture/BUILD.gn
@@ -145,6 +145,7 @@ rtc_source_set("desktop_capture") {
libs = [
"d3d11.lib",
"dxgi.lib",
+ "shcore.lib",
]
}

Powered by Google App Engine
This is Rietveld 408576698