From fa5f3a8bf77209da27acc33cf144e2e4500a2600 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 20 Apr 2020 00:10:31 +0200 Subject: Add LEQ(m) when analysing audio (#1382). --- cscript | 1 + 1 file changed, 1 insertion(+) (limited to 'cscript') diff --git a/cscript b/cscript index aeddb1cdd..b10a7fc82 100644 --- a/cscript +++ b/cscript @@ -368,6 +368,7 @@ def dependencies(target, options): deps.append(('libdcp', None, cpp_lib_options)) deps.append(('libsub', None, cpp_lib_options)) + deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we # also need a patched openssl binary to make certificates. -- cgit v1.2.3