win: Fix Release build
This commit is contained in:
parent
c4d192b9a4
commit
c9557f2b39
1 changed files with 1 additions and 3 deletions
|
@ -179,8 +179,6 @@
|
|||
# Link with system libraries.
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
# ffmpeg.dll.lib is required for linking with ffmpeg.dll
|
||||
'<(libchromiumcontent_dir)/ffmpeg.dll.lib',
|
||||
# content_browser.gypi:
|
||||
'-lsensorsapi.lib',
|
||||
'-lportabledeviceguids.lib',
|
||||
|
@ -200,6 +198,7 @@
|
|||
'AdditionalDependencies': [
|
||||
'advapi32.lib',
|
||||
'dbghelp.lib',
|
||||
'delayimp.lib',
|
||||
'dwmapi.lib',
|
||||
'gdi32.lib',
|
||||
'netapi32.lib',
|
||||
|
@ -211,7 +210,6 @@
|
|||
'winspool.lib',
|
||||
],
|
||||
'DelayLoadDLLs': [
|
||||
'ffmpeg.dll',
|
||||
# content_common.gypi:
|
||||
'd3d9.dll',
|
||||
'dxva2.dll',
|
||||
|
|
Loading…
Reference in a new issue