summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-04 00:17:12 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-04 00:17:12 +0100
commit4f1751a9e43e515be773ee3871150f7beca325f5 (patch)
tree4b8c0c982c647bf5a5e8f82a052e8e48a103f337 /cscript
parent7affca9f7b210c3137eb084cd393b534051a2647 (diff)
Fix horizontal positioning with .srt / burn-in (#488).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ee9c586ee..92d8a50e5 100644
--- a/cscript
+++ b/cscript
@@ -207,7 +207,7 @@ def make_spec(filename, version, target):
def dependencies(target):
return (('ffmpeg-cdist', '0492ad2'),
- ('libdcp', '47b52fb'),
+ ('libdcp', '81fc376'),
('libsub', 'f66b11f'))
def configure_options(target):