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 /src/wscript | |
| parent | 52b563097e355b098fc9da13cb25f135f0d9bf9e (diff) | |
Add Atmos read/write and untested MXF decryption tool.1.0-templates
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index 63c65905..f24064be 100644 --- a/src/wscript +++ b/src/wscript @@ -37,6 +37,7 @@ def build(bld): asset.cc asset_writer.cc atmos_asset.cc + atmos_asset_writer.cc certificate_chain.cc certificate.cc colour_conversion.cc @@ -103,6 +104,8 @@ def build(bld): asset_reader.h asset_writer.h atmos_asset.h + atmos_asset_reader.h + atmos_asset_writer.h certificate_chain.h certificate.h chromaticity.h |
