summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-25 00:44:41 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-25 00:44:41 +0100
commit4d15107f730f2bb79ba5bb7cf3d0c4a16064dc5b (patch)
tree45f34a2c8f37e11bd72ef2111e844ec0b9ed8d2d /cscript
parentaf84086d3312edb98f043cb64f7d1761be42af87 (diff)
Go back to merged main branches of libdcp and rtaudio.
Diffstat (limited to 'cscript')
-rw-r--r--cscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/cscript b/cscript
index abb9cb396..c87cca371 100644
--- a/cscript
+++ b/cscript
@@ -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 = ''