summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-06 13:31:45 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-06 13:31:45 +0100
commit630a56ad9e7ecfb42b1d761098820f9e492f9c4e (patch)
tree18080ecfc5b716d22ae041908356b11350c87e0b /cscript
parent152b14ab5509678f3d68b52a1ed275cfdc38191b (diff)
Use libsub for subrip decoding; improve default position of srt subs.
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/cscript b/cscript
index 180eca941..603968a4d 100644
--- a/cscript
+++ b/cscript
@@ -157,7 +157,8 @@ def make_control(debian_version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', '2dffa11'),
- ('libdcp', '1.0'))
+ ('libdcp', '1.0'),
+ ('libsub', None))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory