win: Fix linking with ffmepg
This commit is contained in:
parent
7b7a94140d
commit
4c36b747e0
1 changed files with 13 additions and 0 deletions
|
@ -161,6 +161,19 @@
|
|||
'<(libchromiumcontent_dir)/sandbox.lib',
|
||||
],
|
||||
},
|
||||
}, {
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'<(libchromiumcontent_dir)/ffmpegsumo.lib',
|
||||
],
|
||||
'msvs_settings': {
|
||||
'VCLinkerTool': {
|
||||
'DelayLoadDLLs': [
|
||||
'ffmpegsumo.dll',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
}],
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue