summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-30 18:45:16 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-30 18:45:16 +0100
commit2dd3414e44538327c111d1ad4e6a3db6baa43bbf (patch)
tree9f4124c7ffcfb4e7bb8c52e6e8ccf2d37aaac6a8 /cscript
parentce73eaf7875a9a3326afcd839ad85eb95879c160 (diff)
Bump libdcp to fix an error in the player (#2401).v2.16.38
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index bc1985d36..0127aa423 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.48'))
+ deps.append(('libdcp', 'v1.8.49'))
deps.append(('libsub', 'v1.6.42'))
deps.append(('leqm-nrt', '93ae9e6'))
deps.append(('rtaudio', 'f619b76'))