No need to ship ffmpeg in dist
This commit is contained in:
parent
cf6a904f95
commit
61b7a3afe3
1 changed files with 0 additions and 2 deletions
|
@ -31,7 +31,6 @@ TARGET_BINARIES = {
|
|||
'{0}.exe'.format(PROJECT_NAME), # 'electron.exe'
|
||||
'content_shell.pak',
|
||||
'd3dcompiler_47.dll',
|
||||
'ffmpegsumo.dll',
|
||||
'icudtl.dat',
|
||||
'libEGL.dll',
|
||||
'libGLESv2.dll',
|
||||
|
@ -50,7 +49,6 @@ TARGET_BINARIES = {
|
|||
PROJECT_NAME, # 'electron'
|
||||
'content_shell.pak',
|
||||
'icudtl.dat',
|
||||
'libffmpegsumo.so',
|
||||
'libnode.so',
|
||||
'natives_blob.bin',
|
||||
'snapshot_blob.bin',
|
||||
|
|
Loading…
Reference in a new issue