summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-12-17 15:28:49 +0000
committerCarl Hetherington <cth@carlh.net>2017-12-17 15:28:49 +0000
commit33a3a1d5c73685287ee5dcbbd6c67f99f98ad72f (patch)
treec72b3a954589c0f8480b9082b3e01ead89b06436 /cscript
parentc4f456a36c8f58ea5e56358a3c5859ff82608bb7 (diff)
Another libsub build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index b381f44af..3b901738b 100644
--- a/cscript
+++ b/cscript
@@ -291,7 +291,7 @@ def dependencies(target):
return (('ffmpeg-cdist', '5fce90f', ffmpeg_options),
('libdcp', '7863ca3'),
- ('libsub', '02ead5c'),
+ ('libsub', 'e1d987c'),
('rtaudio-cdist', None))
def configure_options(target):