Bump libdcp for DCPReadError fix.
authorCarl Hetherington <cth@carlh.net>
Tue, 28 Aug 2018 21:07:41 +0000 (22:07 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 28 Aug 2018 21:07:41 +0000 (22:07 +0100)
cscript

diff --git a/cscript b/cscript
index ea005f40fe927cb6b4d056500b2509770f244100..5b8da23830147d7e5444eaa7e8649f4816c924b9 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,6 +1,6 @@
 # -*- mode: python -*-
 #
-#    Copyright (C) 2012-2017 Carl Hetherington <cth@carlh.net>
+#    Copyright (C) 2012-2018 Carl Hetherington <cth@carlh.net>
 #
 #    This file is part of DCP-o-matic.
 #
@@ -311,8 +311,8 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', '5fce90f', ffmpeg_options),
-            ('libdcp', 'v1.5.3'),
-            ('libsub', 'v1.3.3'),
+            ('libdcp', 'v1.5.4'),
+            ('libsub', 'v1.3.4'),
             ('rtaudio-cdist', '739969e'))
 
 def configure_options(target):