Add section on multiple soundtracks to the manual.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 4e3939d7649f4b5b750b81b51725cbbe037cdbbb..768eb3e64c23ecbadd0aef9b547d282b379bcbd3 100644 (file)
--- a/cscript
+++ b/cscript
@@ -233,8 +233,8 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
-            ('libdcp', '62da6ba'),
-            ('libsub', '067c21c'))
+            ('libdcp', '4e1c04f'),
+            ('libsub', '3db5052'))
 
 def configure_options(target):
     opt = ''
@@ -251,6 +251,10 @@ def configure_options(target):
             elif target.version == '7':
                 opt += ' --workaround-gssapi --static-xmlpp'
 
+    # Build Windows debug versions with static linking as I think gdb works better then
+    if target.debug and target.platform == 'windows':
+        opt += ' --static-dcpomatic'
+
     return opt
 
 def build(target, options):