diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-15 12:15:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-15 12:15:27 +0100 |
| commit | e2c4c7c601c411426798ff544d983c560eccce71 (patch) | |
| tree | 372d64f936524a87362d66070a731ee2f4311726 /cscript | |
| parent | f9495d05657dc1a163cf195bd839e3497fb30b33 (diff) | |
Don't put seconds in KDM filenames.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -280,7 +280,7 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', 'd993f38', ffmpeg_options), - ('libdcp', 'a3032f3'), + ('libdcp', '181bc47'), ('libsub', 'a04f1d5'), ('rtaudio-cdist', None)) |
