summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-22 11:26:07 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-22 11:26:07 +0100
commit4f45c37e76dd7328aad06dafa414bb37a8b36d91 (patch)
tree0ec49e18011922aab902ec60de9c02c6945a6de8 /cscript
parente3d65189faa3d9cd80007f3d8641af127607b5ba (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 1cd553028..9c3425319 100644
--- a/cscript
+++ b/cscript
@@ -535,7 +535,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', '9fa8c0564559065e720fba5ce92330457444dcd4', {'c++17': target.platform == 'osx'}))
+ deps.append(('libdcp', '3501c0e74d053f138d6491a9c01463cecebe8088', {'c++17': target.platform == 'osx'}))
deps.append(('libsub', 'v1.6.47'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))