diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-20 23:34:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-21 21:18:05 +0100 |
| commit | 5412f761a2a46a1ddb39decfd285f9ccbd84db13 (patch) | |
| tree | 72791a4d14d1f5c2fa4d19e9d1dbcbbabaa3454d /cscript | |
| parent | aa37742187654f53c55095ba185bd9457470dac6 (diff) | |
FIXME: test new asdcplib via libdcp
Diffstat (limited to 'cscript')
| -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.9.3', {'c++17': target.platform == 'osx'})) + deps.append(('libdcp', '877eaffda67051a9649f2d8982daa7976bbc06aa', {'c++17': target.platform == 'osx'})) deps.append(('libsub', 'v1.6.47')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
