summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-15 23:49:46 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-15 23:49:46 +0000
commit0789ec4463867fb2d0fcef2432d01bbfbfdff824 (patch)
treedf2d4a12bbc0cb6d3888ca3785963483dbd10c9d /cscript
parentc30c698c1291f2b787c0d2bc27b15c77db1685f4 (diff)
Bump libdcp for SMPTE subtitle image loading fix.v2.13.131
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 6196ac69f..6869e25d7 100644
--- a/cscript
+++ b/cscript
@@ -331,7 +331,7 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.6.4'))
+ deps.append(('libdcp', 'v1.6.5'))
deps.append(('libsub', 'v1.4.4'))
deps.append(('rtaudio-cdist', 'aad62d7'))