summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-21 21:40:36 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-21 21:40:36 +0100
commita534224c185d9cd1df2fad0fc9fb820c72bb5302 (patch)
treeef4b3cbb1180a2c4f4746dcc06e143c619a36bda /cscript
parent5412f761a2a46a1ddb39decfd285f9ccbd84db13 (diff)
fixup! 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 da3e0d305..50d6505f5 100644
--- a/cscript
+++ b/cscript
@@ -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'))