diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-08-16 00:00:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-16 00:00:08 +0200 |
| commit | e96f917d51f9606a550902dbc16e0971a8967039 (patch) | |
| tree | 2fae8f3f2a24ac02dd17526c28d03bfe90e71100 | |
| parent | 523c3d002dace8b25df82a23890090306277fab3 (diff) | |
Fix libdcp test (no other changes).v2.16.91
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -535,7 +535,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.102')) + deps.append(('libdcp', 'v1.8.103')) deps.append(('libsub', 'v1.6.49')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
