ffmpegsumo.dll => ffmpeg.dll
This commit is contained in:
parent
2703f186a6
commit
2dd8bc0c78
1 changed files with 3 additions and 3 deletions
|
@ -163,8 +163,8 @@
|
||||||
# Link with system libraries.
|
# Link with system libraries.
|
||||||
'link_settings': {
|
'link_settings': {
|
||||||
'libraries': [
|
'libraries': [
|
||||||
# ffmpegsumo.lib is required for linking with ffmpegsumo.dll
|
# ffmpeg.dll.lib is required for linking with ffmpeg.dll
|
||||||
'<(libchromiumcontent_dir)/ffmpegsumo.lib',
|
'<(libchromiumcontent_dir)/ffmpeg.dll.lib',
|
||||||
# content_browser.gypi:
|
# content_browser.gypi:
|
||||||
'-lsensorsapi.lib',
|
'-lsensorsapi.lib',
|
||||||
'-lportabledeviceguids.lib',
|
'-lportabledeviceguids.lib',
|
||||||
|
@ -195,7 +195,7 @@
|
||||||
'winspool.lib',
|
'winspool.lib',
|
||||||
],
|
],
|
||||||
'DelayLoadDLLs': [
|
'DelayLoadDLLs': [
|
||||||
'ffmpegsumo.dll',
|
'ffmpeg.dll',
|
||||||
# content_common.gypi:
|
# content_common.gypi:
|
||||||
'd3d9.dll',
|
'd3d9.dll',
|
||||||
'dxva2.dll',
|
'dxva2.dll',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue