diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-06 00:19:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-06 00:19:52 +0000 |
| commit | 4c9f24f422305dc69bd18b0bba6f76cccd1df21d (patch) | |
| tree | 1ee0357c56e916a22c65402bcea4a8e687affe3e /tools/wscript | |
| parent | 4cb3f4a5cc5712f3a829f9a217f6554bbc875256 (diff) | |
Very simple dcpverify.
Diffstat (limited to 'tools/wscript')
| -rw-r--r-- | tools/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wscript b/tools/wscript index 99f5207e..73c58f30 100644 --- a/tools/wscript +++ b/tools/wscript @@ -44,7 +44,7 @@ def build(bld): obj.source = 'dcpinfo.cc common.cc' obj.target = 'dcpinfo' - for f in ['dumpsub', 'decryptmxf', 'kdm', 'thumb', 'recover']: + for f in ['dumpsub', 'decryptmxf', 'kdm', 'thumb', 'recover', 'verify']: obj = bld(features='cxx cxxprogram') obj.use = ['libdcp%s' % bld.env.API_VERSION] obj.uselib = 'OPENJPEG CXML OPENMP ASDCPLIB_CTH BOOST_FILESYSTEM LIBXML++ XMLSEC1 OPENSSL' |
