win: Delay load of MFReadWrite.dll

Fixes atom/electron#1442.
This commit is contained in:
Cheng Zhao 2015-04-20 19:47:21 +08:00
parent 4769e21e3d
commit 1cf1b5243d

View file

@ -191,8 +191,10 @@
# content_common.gypi: # content_common.gypi:
'd3d9.dll', 'd3d9.dll',
'dxva2.dll', 'dxva2.dll',
# media.gyp:
'mf.dll', 'mf.dll',
'mfplat.dll', 'mfplat.dll',
'mfreadwrite.dll',
], ],
}, },
}, },