diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-13 23:35:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-13 23:35:39 +0100 |
| commit | 563dbf02e9c7ab0066bcebbcde6c662df845695a (patch) | |
| tree | c34ecf8b2fd76b1cbd8531b2a35d0bfa5fb3aa0e /src/wscript | |
| parent | 11777d1eacac733dbfc5a7eef9337458a922f63e (diff) | |
Enable encryption of SMPTE subtitles.
Separate out EncryptionContext class to use in SMPTESubtitleAsset::write().
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index 247f4626..d76b1a50 100644 --- a/src/wscript +++ b/src/wscript @@ -49,6 +49,7 @@ def build(bld): decrypted_kdm.cc decrypted_kdm_key.cc encrypted_kdm.cc + encryption_context.cc exceptions.cc file.cc font_asset.cc @@ -121,6 +122,7 @@ def build(bld): decrypted_kdm.h decrypted_kdm_key.h encrypted_kdm.h + encryption_context.h exceptions.h font_asset.h gamma_transfer_function.h |
