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

Unified Diff: content/common/BUILD.gn

Issue 922003002: Support H.264 video decoding on Windows 8+ using DX11 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a CHECK to catch GetData failures Created 5 years, 10 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
« no previous file with comments | « no previous file | content/common/gpu/media/dxva_video_decode_accelerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index b311783b51e1f2292b057911479c01da9e7d500e..d8a141bd8cc061689ddd5eacae03180e4f6e01d2 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -410,6 +410,7 @@ source_set("common") {
deps += [ "//ui/gl" ]
libs += [
"d3d9.lib",
+ "d3d11.lib",
"dxva2.lib",
"strmiids.lib",
"mf.lib",
@@ -418,6 +419,7 @@ source_set("common") {
]
ldflags += [
"/DELAYLOAD:d3d9.dll",
+ "/DELAYLOAD:d3d11.dll",
"/DELAYLOAD:dxva2.dll",
"/DELAYLOAD:mf.dll",
"/DELAYLOAD:mfplat.dll",
« no previous file with comments | « no previous file | content/common/gpu/media/dxva_video_decode_accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698