From: Carl Hetherington Date: Fri, 19 Mar 2021 12:42:37 +0000 (+0100) Subject: Static build fix for Linux. X-Git-Tag: v2.15.136 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=1887baa719c0e496ed34b208749ca2e62ff8f49b Static build fix for Linux. --- diff --git a/cscript b/cscript index 10b70e6cc..a07ae8be3 100644 --- a/cscript +++ b/cscript @@ -372,8 +372,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '0c55c9b')) - deps.append(('libsub', 'a92f526')) + deps.append(('libdcp', '546094a')) + deps.append(('libsub', '3ee4328')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we