diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-18 10:00:08 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-18 10:00:08 +0000 |
| commit | cadb2a044272f0a9c5a29a4e0d169fa79a0d3979 (patch) | |
| tree | 5bb836ac779042959877dbf43ec597b96c0418e5 /cscript | |
| parent | 1b5168ff5e624b1617059e529f30da460d81246c (diff) | |
Bump libsub for libdcp version fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -328,7 +328,7 @@ def dependencies(target): deps = [] deps.append(('libdcp', '4676616')) - deps.append(('libsub', '771b262')) + deps.append(('libsub', 'f93c12c')) deps.append(('rtaudio-cdist', 'aad62d7')) return deps |
