diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-02 23:40:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-02 23:40:16 +0100 |
| commit | c6dee8f49138c0246c3f94d16792541cd250672f (patch) | |
| tree | 6d9d83834fb09816cdbecca2edecf60fcbaab90d /cscript | |
| parent | 63a1ada934c258dfa60a92f7a406b084531856d9 (diff) | |
Bump libdcp for Interop PNG sub fixes.
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', 'f2f2a2a')) - deps.append(('libsub', 'c2d6d92')) + deps.append(('libdcp', '8259e27')) + deps.append(('libsub', '60d922b')) deps.append(('rtaudio-cdist', '739969e')) return deps |
