summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-10 09:56:55 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-10 09:56:55 +0100
commit711df0c16348f88f4fb1826805fa5aadf8dae878 (patch)
tree2f3e99a2abb89d79478117f8ca74839ee6353add /cscript
parent57057b33d1da9e04fa236cac3c5e30fe0fae7802 (diff)
Ignore differing SMPTE subtitle issue dates when comparing DCPs.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 186ed215f..88112904e 100644
--- a/cscript
+++ b/cscript
@@ -224,7 +224,7 @@ def make_spec(filename, version, target):
def dependencies(target):
return (('ffmpeg-cdist', '0492ad2'),
- ('libdcp', 'e4b8bed'),
+ ('libdcp', '91e1e17'),
('libsub', 'f66b11f'))
def configure_options(target):