X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=999293f5671d16a651a1b6cbd35e70268a8e1a64;hb=369821c41e62d4cce506cd4206f9db0d91b4f643;hp=99e8519f1be216725af811e6d70c9d3093511c03;hpb=dfd636556b105775cee4f668d695a9d884ed2125;p=dcpomatic.git diff --git a/cscript b/cscript index 99e8519f1..999293f56 100644 --- a/cscript +++ b/cscript @@ -370,8 +370,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'b221efe')) - deps.append(('libsub', 'ad416ec')) + deps.append(('libdcp', 'a31aee3')) + deps.append(('libsub', '0c04826')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we @@ -407,13 +407,6 @@ def configure_options(target, options): opt += ' --static-boost --static-xmlpp' elif target.version == '7': opt += ' --workaround-gssapi' - # Centos 7 ships with glibmm 2.50.0 which requires C++11 - # but its compiler (gcc 4.8.5) defaults to C++97. Go figure. - # I worry that this will cause ABI problems but I don't have - # a better solution. - opt += ' --force-cpp11' - elif target.platform == 'osx': - opt += ' --force-cpp11' if not options['gui']: opt += ' --disable-gui'