diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-25 00:44:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-25 00:44:41 +0100 |
| commit | 4d15107f730f2bb79ba5bb7cf3d0c4a16064dc5b (patch) | |
| tree | 45f34a2c8f37e11bd72ef2111e844ec0b9ed8d2d /cscript | |
| parent | af84086d3312edb98f043cb64f7d1761be42af87 (diff) | |
Go back to merged main branches of libdcp and rtaudio.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -295,9 +295,9 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', 'mxe', ffmpeg_options), - ('libdcp', 'a6a4c47'), - ('libsub', 'a25cc3f'), - ('rtaudio-cdist', 'mxe')) + ('libdcp', '37ad399'), + ('libsub', '40686a2'), + ('rtaudio-cdist', None)) def configure_options(target): opt = '' |
