summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-20 23:34:22 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-21 21:18:05 +0100
commit5412f761a2a46a1ddb39decfd285f9ccbd84db13 (patch)
tree72791a4d14d1f5c2fa4d19e9d1dbcbbabaa3454d /cscript
parentaa37742187654f53c55095ba185bd9457470dac6 (diff)
FIXME: test new asdcplib via libdcp
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 970a82b15..da3e0d305 100644
--- a/cscript
+++ b/cscript
@@ -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'))