diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-01 22:44:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-01 23:19:07 +0100 |
| commit | 3da3168c383b9dfa675f972f0802e180920d63c0 (patch) | |
| tree | 7d196ce81955dbd70e6324f2b09744c557defb33 /test/wscript | |
| parent | 8ff50a18013d3c57d1058368146c979354016663 (diff) | |
Remove DCP subtitle support.libsub-bye-bye-dcp
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.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/wscript b/test/wscript index 4653bd0..348b138 100644 --- a/test/wscript +++ b/test/wscript @@ -17,11 +17,9 @@ def configure(conf): def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'tests' - obj.uselib = 'BOOST_TEST BOOST_REGEX BOOST_FILESYSTEM DCP CXML ASDCPLIB_CTH' + obj.uselib = 'BOOST_TEST BOOST_REGEX BOOST_FILESYSTEM CXML' obj.use = 'libsub-1.0' obj.source = """ - dcp_reader_test.cc - dcp_to_stl_binary_test.cc iso6937_test.cc ssa_reader_test.cc stl_binary_reader_test.cc |
