More player debugging for butler video-full states.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index e5e98ffcfb8169c2f774bf5b5d8c6ac1681ace63..d82b377f204853a146245424fa84b09c0f9c139f 100644 (file)
--- a/cscript
+++ b/cscript
@@ -327,8 +327,8 @@ def dependencies(target):
         # Use distro-provided FFmpeg on Arch
         deps = []
 
-    deps.append(('libdcp', '1b9ef11'))
-    deps.append(('libsub', '23d4d5d'))
+    deps.append(('libdcp', '6a85c30'))
+    deps.append(('libsub', '1c70f3a'))
     deps.append(('rtaudio-cdist', 'aad62d7'))
 
     return deps
@@ -339,8 +339,8 @@ def option_defaults():
 def configure_options(target, options):
     opt = ''
 
-    if not (target.platform == 'linux' and target.distro == 'ubuntu' and (target.version == '18.04' or target.version == '16.04')):
-        # Currently we only build tests on Ubuntu 1{6,8}.04
+    if not (target.platform == 'linux' and target.distro == 'ubuntu' and target.version == '18.04'):
+        # Currently we only build tests on Ubuntu 18.04
         opt += ' --disable-tests'
 
     if target.debug: