if target.platform == 'windows':
opt += f' --target-windows-{target.bits}'
elif target.platform == 'linux':
- opt += ' --static-dcpomatic --static-wxwidgets --static-ffmpeg --static-dcp --static-sub --static-cxml'
+ opt += ' --static-dcpomatic --static-wxwidgets --static-dcp --static-sub --static-cxml'
+ if target.distro != 'arch':
+ opt += ' --static-ffmpeg'
if target.distro == 'centos':
if target.version == '6.5':
opt += ' --static-boost --static-xmlpp'