X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=16af8bdbe20a923f9591db1224f4936687e461fc;hb=7bb8edad8606a06815ed865cb0393e8b5cac768f;hp=69bf6331d307df495aade606eb9dc873e0a016b4;hpb=e142a7b2d9a6e7a6b71ddf83356258a5380b3faa;p=dcpomatic.git diff --git a/cscript b/cscript index 69bf6331d..16af8bdbe 100644 --- a/cscript +++ b/cscript @@ -251,9 +251,9 @@ def dependencies(target): else: ffmpeg_options = {} - return (('ffmpeg-cdist', '0e27b2b', ffmpeg_options), - ('libdcp', '4852a22'), - ('libsub', 'b98c145')) + return (('ffmpeg-cdist', 'd0986a9', ffmpeg_options), + ('libdcp', '4debca2'), + ('libsub', '5f04dd1')) 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