From 0c8526077e5d6265eaec6538b5e57fcdb64c19c0 Mon Sep 17 00:00:00 2001 From: "hclam@chromium.org" Date: Tue, 19 Oct 2010 22:24:13 +0000 Subject: Revert "Delay loading Media Foundations DLLs" This reverts commit a6294c5672df70fbd5191f25487119f0fa6a3ffe. TBR=eroman BUG=None TEST=None Review URL: http://codereview.chromium.org/3913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63120 0039d316-1c4b-4281-b951-d872f2087c98 --- media/video/mft_h264_decode_engine.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'media/video') diff --git a/media/video/mft_h264_decode_engine.cc b/media/video/mft_h264_decode_engine.cc index ea2527b..4558b7c 100644 --- a/media/video/mft_h264_decode_engine.cc +++ b/media/video/mft_h264_decode_engine.cc @@ -22,10 +22,6 @@ #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; -- cgit v1.1