summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-18 16:08:59 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-18 16:08:59 +0100
commit45034f9653285d6e8d0a7d9cfd89e0058d65a187 (patch)
tree7586be4d4811349363a9df56c31ce7ff84d5151e
parent7686d48aab59eeca84b32c74606453628977d903 (diff)
Fix libsub reference, possibly after rebase.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 405be1563..dd83c5db6 100644
--- a/cscript
+++ b/cscript
@@ -296,7 +296,7 @@ def dependencies(target):
return (('ffmpeg-cdist', 'd993f38', ffmpeg_options),
('libdcp', 'a6a4c47'),
- ('libsub', '83d90be'),
+ ('libsub', 'a25cc3f'),
('rtaudio-cdist', None))
def configure_options(target):