Stub player.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index c87cca371eebf8643b21f26a6aeecf92521c3806..6fe9678b0f295cf068292f046bd732248aacaaa6 100644 (file)
--- a/cscript
+++ b/cscript
@@ -294,9 +294,9 @@ def dependencies(target):
     else:
         ffmpeg_options = {}
 
-    return (('ffmpeg-cdist', 'mxe', ffmpeg_options),
-            ('libdcp', '37ad399'),
-            ('libsub', '40686a2'),
+    return (('ffmpeg-cdist', '5fce90f', ffmpeg_options),
+            ('libdcp', '047d8ff'),
+            ('libsub', '678962c'),
             ('rtaudio-cdist', None))
 
 def configure_options(target):
@@ -308,11 +308,11 @@ def configure_options(target):
     elif target.platform == 'linux':
         opt += ' --static-dcpomatic --static-wxwidgets --static-ffmpeg --static-dcp --static-sub --static-cxml'
         if target.distro == 'centos':
-            opt += ' --static-xmlsec --static-ssh --disable-tests'
+            opt += ' --disable-tests'
             if target.version == '6.5':
                 opt += ' --static-boost --static-xmlpp'
             elif target.version == '7':
-                opt += ' --workaround-gssapi --static-xmlpp'
+                opt += ' --workaround-gssapi'
 
     # Build Windows debug versions with static linking as I think gdb works better then
     if target.debug and target.platform == 'windows':