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

Unified Diff: content/content_common.gypi

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 | « content/common/gpu/media/video_decode_accelerator_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 2f79a61726e11582746c5efafde142d53ca0446b..8bcc2c295c1d83852ebdd371273a97f5deb70ac4 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -949,6 +949,7 @@
'link_settings': {
'libraries': [
'-ld3d9.lib',
+ '-ld3d11.lib',
'-ldxva2.lib',
'-lstrmiids.lib',
'-lmf.lib',
@@ -959,6 +960,7 @@
'VCLinkerTool': {
'DelayLoadDLLs': [
'd3d9.dll',
+ 'd3d11.dll',
'dxva2.dll',
'mf.dll',
'mfplat.dll',
« no previous file with comments | « content/common/gpu/media/video_decode_accelerator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698