summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
Diffstat (limited to 'media')
-rw-r--r--media/video/mft_h264_decode_engine.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/media/video/mft_h264_decode_engine.cc b/media/video/mft_h264_decode_engine.cc
index 4558b7c..ea2527b 100644
--- a/media/video/mft_h264_decode_engine.cc
+++ b/media/video/mft_h264_decode_engine.cc
@@ -22,6 +22,10 @@
#pragma comment(lib, "d3d9.lib")
#pragma comment(lib, "mf.lib")
#pragma comment(lib, "mfplat.lib")
+#pragma comment(linker, "/DelayLoad:dxva2.dll")
+#pragma comment(linker, "/DelayLoad:d3d9.dll")
+#pragma comment(linker, "/DelayLoad:mf.dll")
+#pragma comment(linker, "/DelayLoad:mfplat.dll")
using base::TimeDelta;