diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-27 12:30:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-27 12:30:04 +0100 |
| commit | 214d72306bdfdd617c3e6a7cfeb5c5d76d7f5e72 (patch) | |
| tree | 7af52f9614b84e975586c7c8fd328931adc14306 /tools/wscript | |
| parent | 52b563097e355b098fc9da13cb25f135f0d9bf9e (diff) | |
Add Atmos read/write and untested MXF decryption tool.1.0-templates
Diffstat (limited to 'tools/wscript')
| -rw-r--r-- | tools/wscript | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/wscript b/tools/wscript index 1f04cd18..b3bb3a1f 100644 --- a/tools/wscript +++ b/tools/wscript @@ -49,3 +49,9 @@ def build(bld): obj.uselib = 'OPENJPEG CXML OPENMP ASDCPLIB_CTH BOOST_FILESYSTEM LIBXML++ XMLSEC1 OPENSSL' obj.source = 'dcpdumpsub.cc' obj.target = 'dcpdumpsub' + + 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' + obj.source = 'dcpdecryptmxf.cc' + obj.target = 'dcpdecryptmxf' |
