summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = ''