summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-15 12:15:27 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-15 12:15:27 +0100
commite2c4c7c601c411426798ff544d983c560eccce71 (patch)
tree372d64f936524a87362d66070a731ee2f4311726 /cscript
parentf9495d05657dc1a163cf195bd839e3497fb30b33 (diff)
Don't put seconds in KDM filenames.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 4ad3bce57..7abc75a75 100644
--- a/cscript
+++ b/cscript
@@ -280,7 +280,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'd993f38', ffmpeg_options),
- ('libdcp', 'a3032f3'),
+ ('libdcp', '181bc47'),
('libsub', 'a04f1d5'),
('rtaudio-cdist', None))