Bump libdcp for tcp_mct=1 fix.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index dde5923a9188a3618d82862cc6d061810733937c..7d1d6a2ffff5f36eef6bdbe9aac6a054f16a32c7 100644 (file)
--- a/cscript
+++ b/cscript
@@ -278,9 +278,9 @@ def dependencies(target):
     else:
         ffmpeg_options = {}
 
-    return (('ffmpeg-cdist', '938d9af', ffmpeg_options),
-            ('libdcp', '689d563'),
-            ('libsub', '1765912'))
+    return (('ffmpeg-cdist', '0e31e4b', ffmpeg_options),
+            ('libdcp', '3afe04f'),
+            ('libsub', '48e1315'))
 
 def configure_options(target):
     opt = ''
@@ -289,7 +289,7 @@ def configure_options(target):
     if target.platform == 'windows':
         opt += ' --target-windows'
     elif target.platform == 'linux':
-        opt += ' --static-dcpomatic --static-openjpeg --static-wxwidgets --static-ffmpeg --static-dcp --static-sub --static-cxml'
+        opt += ' --static-dcpomatic --static-wxwidgets --static-ffmpeg --static-dcp --static-sub --static-cxml'
         if target.distro == 'centos':
             opt += ' --static-xmlsec --static-ssh --disable-tests'
             if target.version == '6.5':