summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-27 21:00:41 +0100
committerCarl Hetherington <cth@carlh.net>2016-10-31 11:34:16 +0000
commit83efe84020dc0ba2801c4b305448790720fe133f (patch)
treecbe46d9cbcad21e9495f2624e2c8c8f61e1ca0e3 /cscript
parent5b04f870694373ad9c6086aed5ab38b0c6b41ccc (diff)
Use the same ContextID whenever encrypting the picture asset for a project;
this ensures that resumption of encodes works. Before this, a random ContextID would be created for each run (#980).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 3020ba6fe..e8bcf0091 100644
--- a/cscript
+++ b/cscript
@@ -233,7 +233,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
- ('libdcp', '079d5ca'),
+ ('libdcp', 'd23e6e1'),
('libsub', 'ef7c2ec'))
def configure_options(target):