summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-21 00:14:21 +0100
committerCarl Hetherington <cth@carlh.net>2016-09-21 00:14:21 +0100
commitf9d0bc389d3f36263fb7a3b54d2263878a8ea7fb (patch)
treeab921eabd4b9bc520d71a226c79a54c11a3aa343 /cscript
parentb9f0e5f6ca2e57980f94f2e16f814b289411e9e3 (diff)
Trim referred-to DCPs correctly using CPL entry point / duration.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 57d46737d..ef67e544f 100644
--- a/cscript
+++ b/cscript
@@ -233,7 +233,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
- ('libdcp', 'b105b7d'),
+ ('libdcp', 'd6fda12'),
('libsub', '3db5052'))
def configure_options(target):