diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-29 22:10:30 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-29 23:36:28 +0200 |
| commit | 0c7776b13b349980a8da1be9188095455012096a (patch) | |
| tree | d51844507e791cff7e4c5a21d2c20fbbf95cb55c | |
| parent | d9a0b0db5d19f54822668e89edbbf3d32846c763 (diff) | |
Find Arch's FFmpeg 4.4.
| -rw-r--r-- | cscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -718,6 +718,9 @@ def build(target, options, for_package): json.dump(desc, outfile) target.command('%s --repo=build/platform/repo build/platform/flatpak build/com.dcpomatic.DCP-o-matic.json' % target.flatpak_builder()) elif target.platform != 'linux' or target.detail == 'appimage' or not for_package: + if target.distro == 'arch': + # We're using a special pinned distro FFmpeg on Arch, and this is necessary to find it + target.append_with_colon('PKG_CONFIG_PATH', '/usr/lib/ffmpeg4.4/pkgconfig') target.command('./waf configure --prefix=%s %s' % (target.directory, configure_options(target, options, for_package))) target.command('./waf') target.command('./waf install') |
