diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-13 22:19:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-13 22:37:37 +0100 |
| commit | 62739d9cdc7f055c6482929c1229c5898bc73084 (patch) | |
| tree | c6b150771d530821238d30c7659f8f0a337f63ce | |
| parent | f74349740aaa68b0e06b0da9e614f27238bc8e4e (diff) | |
Fix build on RPM systems.v2.17.13
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -534,7 +534,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.9.0')) + deps.append(('libdcp', 'v1.9.1')) deps.append(('libsub', 'v1.6.47')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
