summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-03 22:54:17 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-03 22:54:17 +0100
commit7affca9f7b210c3137eb084cd393b534051a2647 (patch)
treea7258aaf447a83680ca459fcc856be4352c6f2d6 /cscript
parent635e9a1f0de1a7a8ec573e04391ccc83ee457d72 (diff)
Various fixes to allow independent x and y scaling of text subs (#489).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 2ac578dc9..ee9c586ee 100644
--- a/cscript
+++ b/cscript
@@ -207,7 +207,7 @@ def make_spec(filename, version, target):
def dependencies(target):
return (('ffmpeg-cdist', '0492ad2'),
- ('libdcp', '484a900'),
+ ('libdcp', '47b52fb'),
('libsub', 'f66b11f'))
def configure_options(target):