From 27d6361eff886c7c12f2be17fdb449ff858fbbb8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 29 Sep 2024 22:18:17 +0200 Subject: Link dynamically to FFmpeg on Arch. --- cscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cscript b/cscript index 57277f727..2a369133f 100644 --- a/cscript +++ b/cscript @@ -575,7 +575,9 @@ def configure_options(target, options, for_package=False): 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' -- cgit v1.2.3