Bump libdcp.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 1e18684d9e0d94d434ae556a6a72ec3945469de9..363c75ab1f525a74b6934381deb9bdf392f55926 100644 (file)
--- a/cscript
+++ b/cscript
@@ -252,8 +252,8 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', 'd0986a9', ffmpeg_options),
-            ('libdcp', '6a9f369'),
-            ('libsub', '04d92c2'))
+            ('libdcp', '1f18188'),
+            ('libsub', 'b92c8d3'))
 
 def configure_options(target):
     opt = ''
@@ -269,8 +269,6 @@ def configure_options(target):
                 opt += ' --static-boost --static-xmlpp'
             elif target.version == '7':
                 opt += ' --workaround-gssapi --static-xmlpp'
-        if target.distro == 'debian' and target.version == 'unstable':
-            target.append_with_space('CXXFLAGS', '-std=c++11')
 
     return opt