win: Fix linking with ffmepg

This commit is contained in:
Cheng Zhao 2015-04-06 15:03:53 +08:00
parent 7b7a94140d
commit 4c36b747e0

View file

@ -161,6 +161,19 @@
'<(libchromiumcontent_dir)/sandbox.lib',
],
},
}, {
'link_settings': {
'libraries': [
'<(libchromiumcontent_dir)/ffmpegsumo.lib',
],
'msvs_settings': {
'VCLinkerTool': {
'DelayLoadDLLs': [
'ffmpegsumo.dll',
],
},
},
},
}],
],
},