Bump libdcp for multi-PKL fix.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index dc8a419d951a4c41b7d3d7a46f1a64a2cb7242f7..ba3c1eb9354eb188f28062cd0c55372f373bfd0b 100644 (file)
--- a/cscript
+++ b/cscript
@@ -331,14 +331,14 @@ def dependencies(target):
         # Use distro-provided FFmpeg on Arch
         deps = []
 
-    deps.append(('libdcp', '9eb185c'))
-    deps.append(('libsub', '04d5701'))
+    deps.append(('libdcp', '6ff5bc5'))
+    deps.append(('libsub', 'd4b8b95'))
     deps.append(('rtaudio-cdist', '739969e'))
 
     return deps
 
 def option_defaults():
-    return { "player-only": False, "gui": True, "variant": None }
+    return { "gui": True, "variant": None }
 
 def configure_options(target, options):
     opt = ''
@@ -363,9 +363,6 @@ def configure_options(target, options):
     if not options['gui']:
         opt += ' --disable-gui'
 
-    if options['player-only']:
-        opt += ' --player-only'
-
     if options['variant'] is not None:
         opt += ' --variant=%s' % options['variant']