diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-28 23:26:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-28 23:26:00 +0100 |
| commit | ec97893127a2d59871d92c9e658b6b1ab3100b40 (patch) | |
| tree | 47151780708e655460c0742703edc987114de988 /cscript | |
| parent | 7962e6cfd5fbd97e1e44aebe3fc190c62da027e9 (diff) | |
| parent | c688d6a6e28f22a01316f67875f30db3d029affb (diff) | |
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -328,8 +328,8 @@ def dependencies(target): else: deps = [('ffmpeg-cdist', '27f25fb', ffmpeg_options)] - deps.append(('libdcp', '9f75a44')) - deps.append(('libsub', '920b428')) + deps.append(('libdcp', '90aa785')) + deps.append(('libsub', 'd24512e')) deps.append(('rtaudio-cdist', '739969e')) return deps |
