X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=1e18684d9e0d94d434ae556a6a72ec3945469de9;hb=fafcda9bddf57be0c6cecdcb758c4c56df3c8b16;hp=6ee7f7eea0a60034f785a34897e4a382d2c4193c;hpb=68a966aef6e10343afd6b46bc5147f8956b8293c;p=dcpomatic.git diff --git a/cscript b/cscript index 6ee7f7eea..1e18684d9 100644 --- a/cscript +++ b/cscript @@ -252,8 +252,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', 'd0986a9', ffmpeg_options), - ('libdcp', 'de32e99'), - ('libsub', '2d6d0e0')) + ('libdcp', '6a9f369'), + ('libsub', '04d92c2')) def configure_options(target): opt = '' @@ -269,6 +269,8 @@ 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