diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-21 21:40:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-21 21:40:36 +0100 |
| commit | a534224c185d9cd1df2fad0fc9fb820c72bb5302 (patch) | |
| tree | ef4b3cbb1180a2c4f4746dcc06e143c619a36bda /cscript | |
| parent | 5412f761a2a46a1ddb39decfd285f9ccbd84db13 (diff) | |
fixup! 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', '877eaffda67051a9649f2d8982daa7976bbc06aa', {'c++17': target.platform == 'osx'})) + deps.append(('libdcp', '98b27544b5f90ff3da281021fb00662a5f893acb', {'c++17': target.platform == 'osx'})) deps.append(('libsub', 'v1.6.47')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
