summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-04 20:09:19 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-04 20:09:30 +0100
commit0d1a6e1a8ae65e0ad2eba9af3d4d36f4c6108d68 (patch)
tree4f621aefd6c62a230b2dd10ca5dacae7d7ab5c6b
parente6bd5b7e395826ca0a29ca78d460824c3aae0688 (diff)
Bump libdcp to remove <DeviceListDescription> from KDMs.remove-device-list-description
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 0127aa423..e06243640 100644
--- a/cscript
+++ b/cscript
@@ -453,7 +453,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.49'))
+ deps.append(('libdcp', '6b16a3fe50c611c0ad6b488d3bb5af728e4bf3e0'))
deps.append(('libsub', 'v1.6.42'))
deps.append(('leqm-nrt', '93ae9e6'))
deps.append(('rtaudio', 'f619b76'))