Don't go into an infinite loop when recovering from a previous run in which the even...
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 4bae748e0e376b3139c5c821a7757d60c262862b..12c3e4579cfc1cac390c391f24627a47c021b80f 100644 (file)
--- a/cscript
+++ b/cscript
@@ -278,9 +278,9 @@ def dependencies(target):
     else:
         ffmpeg_options = {}
 
-    return (('ffmpeg-cdist', '938d9af', ffmpeg_options),
-            ('libdcp', '257b936'),
-            ('libsub', 'e281262'))
+    return (('ffmpeg-cdist', '0e31e4b', ffmpeg_options),
+            ('libdcp', '1.0'),
+            ('libsub', '1.0'))
 
 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':