summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-12 14:37:58 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-12 14:37:58 +0100
commitba8d08bf0216f21bb12a06f5636cb72abafb3a0c (patch)
tree6ad4a231331416fa7785084e3fcbc88af2d12a97
parentc3e969b4951ab2dc14cd535d154bc2fdd81ff8c5 (diff)
Bump libdcp/libsub for SMPTE subtitle fixes.
-rw-r--r--ChangeLog2
-rw-r--r--cscript4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ee92ba962..9aafab08c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2015-09-12 Carl Hetherington <cth@carlh.net>
+ * Several fixes to SMPTE subtitle syntax.
+
* Version 2.1.63 released.
2015-09-11 Carl Hetherington <cth@carlh.net>
diff --git a/cscript b/cscript
index e5c91a540..6df082e25 100644
--- a/cscript
+++ b/cscript
@@ -246,8 +246,8 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '0e27b2b', ffmpeg_options),
- ('libdcp', '068f2bd'),
- ('libsub', '96796ad'))
+ ('libdcp', '75356e0'),
+ ('libsub', 'bdda3fc'))
def configure_options(target):
opt = ''