summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-09-11 01:31:43 +0100
committerCarl Hetherington <cth@carlh.net>2017-09-11 01:31:43 +0100
commit5068dfce346a059e40743dbbaf69faa5c1207836 (patch)
treec22f5bc571a96265a768d161151d2278dc741867 /cscript
parent1a8f93e0503168c45236bb96fbc153fc89d53e0f (diff)
Bump libsub for Centos build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 4b8264822..239ef1593 100644
--- a/cscript
+++ b/cscript
@@ -293,7 +293,7 @@ def dependencies(target):
return (('ffmpeg-cdist', '5fce90f', ffmpeg_options),
('libdcp', '8b72edd'),
- ('libsub', '08d3a84'),
+ ('libsub', '1d6bbdf'),
('rtaudio-cdist', None))
def configure_options(target):