summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-07-25 22:49:23 +0200
committerCarl Hetherington <cth@carlh.net>2023-07-27 23:33:46 +0200
commit67f39ff3eebb5ac727324b12130ff9cc262e9ffa (patch)
treecaad078b8211552c0b31e9b301827df96c6e7fba /cscript
parentb5cecdd0ee7c75388d95e2f987538fe88c23893a (diff)
Bump libdcp to one with some cleanups / header re-arrangement.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 937cecd3c..0f5daa308 100644
--- a/cscript
+++ b/cscript
@@ -506,7 +506,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.74'))
+ deps.append(('libdcp', '9f7980e15f14c0d5f6b59e53b9bf939e62df20c9'))
deps.append(('libsub', 'v1.6.44'))
deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae'))
deps.append(('rtaudio', 'f619b76'))