diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-27 00:27:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-27 00:27:40 +0000 |
| commit | 3057189c6f30f822c0e8835a1257c1b94fce01df (patch) | |
| tree | c252d82fb17fc13207bf635df2edbfe33c3d4b9b /cscript | |
| parent | 9079409bf4d5a77983fc3d330b0416a34dd5405f (diff) | |
Bump libdcp/libsub to release versions and rtaudio-cdist at least to a fixed revision.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -301,9 +301,9 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '5fce90f', ffmpeg_options), - ('libdcp', '04f3857'), - ('libsub', '8658ca9'), - ('rtaudio-cdist', None)) + ('libdcp', 'v1.5.1'), + ('libsub', 'v1.3.0'), + ('rtaudio-cdist', '739969e')) def configure_options(target): opt = '' |
