Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Tue, 20 Mar 2018 00:43:44 +0000 (00:43 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 20 Mar 2018 00:43:44 +0000 (00:43 +0000)
cscript

diff --git a/cscript b/cscript
index 9d89f4962b2f2cb19c58e6096cbfa67baafde33f..2c999540e49d9acc73bbcec281906c97afd591f9 100644 (file)
--- a/cscript
+++ b/cscript
@@ -302,8 +302,8 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', '5fce90f', ffmpeg_options),
-            ('libdcp', '623e197'),
-            ('libsub', 'debe9fb'),
+            ('libdcp', '1215fe2'),
+            ('libsub', '1899ddd'),
             ('rtaudio-cdist', '739969e'))
 
 def configure_options(target):
@@ -406,7 +406,7 @@ def package_rpm(target, cpu, version):
     requires = None
     if target.distro == 'mageia':
         requires = "lib64xmlsec1-devel"
-    
+
     make_spec('build/platform/linux/dcpomatic2.spec', version, target, requires)
     cmd = 'rpmbuild --define "_topdir %s" -bb build/platform/linux/dcpomatic2.spec' % topdir
     target.command(cmd)