From 032e484a267da1262803297a96f23420f01a65c8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 1 Dec 2022 22:44:38 +0100 Subject: Remove DCP subtitle support. This was only a thin wrapper around libdcp, used by videocon but not by DCP-o-matic. It seems very unlikely that anybody else will want it, and the dependency of libsub on libdcp causes hassle that will be gladly avoided. --- cscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 50aba54..776fd56 100644 --- a/cscript +++ b/cscript @@ -21,9 +21,6 @@ import os option_defaults = { 'force-cpp11': False } -def dependencies(target, options): - return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.34')) - def build(target, options): cmd = './waf configure --prefix=%s' % target.directory if target.platform == 'linux': -- cgit v1.2.3