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

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: Experimental support for Windows 7 DX11 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 2f79a61726e11582746c5efafde142d53ca0446b..734aaa3a0704f560a705d9a1efe0cdbb669619dd 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',

Powered by Google App Engine
This is Rietveld 408576698