No need to ship ffmpeg in dist

This commit is contained in:
Cheng Zhao 2015-08-21 16:27:29 +08:00
parent cf6a904f95
commit 61b7a3afe3

View file

@ -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',