summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-02 10:08:20 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-02 10:08:20 +0100
commita0e0bbf9d7b34d046b5f8c67ca7ddf3d3887588a (patch)
treea8a47b65d17a01d6abdadbef0c0b567a1267eedb /cscript
parentaac97a7653003ab7032d927eeb236cff4ad726d1 (diff)
parentcb693715a22afa1cc56c1839b228314b597df6f3 (diff)
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'cscript')
-rw-r--r--cscript6
1 files changed, 4 insertions, 2 deletions
diff --git a/cscript b/cscript
index 332ffef0e..b6ff8612a 100644
--- a/cscript
+++ b/cscript
@@ -252,8 +252,8 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'd0986a9', ffmpeg_options),
- ('libdcp', '4852a22'),
- ('libsub', 'b98c145'))
+ ('libdcp', 'de32e99'),
+ ('libsub', '2d6d0e0'))
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