diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-21 00:14:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-21 00:14:21 +0100 |
| commit | f9d0bc389d3f36263fb7a3b54d2263878a8ea7fb (patch) | |
| tree | ab921eabd4b9bc520d71a226c79a54c11a3aa343 /cscript | |
| parent | b9f0e5f6ca2e57980f94f2e16f814b289411e9e3 (diff) | |
Trim referred-to DCPs correctly using CPL entry point / duration.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |
