From: Carl Hetherington Date: Tue, 6 Oct 2020 21:18:40 +0000 (+0200) Subject: Add ffcmp dependency for tests. X-Git-Tag: v2.15.104~33 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=88d217034d58a02514eedbccd88dbfa2f80a9cc2 Add ffcmp dependency for tests. --- diff --git a/cscript b/cscript index ce775aabc..2e52267cd 100644 --- a/cscript +++ b/cscript @@ -386,6 +386,7 @@ def dependencies(target, options): deps.append(('openssl', 'carl')) if can_build_disk(target): deps.append(('lwext4', '370b3de6')) + deps.append(('ffcmp', None)) return deps