From 563dbf02e9c7ab0066bcebbcde6c662df845695a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 13 Aug 2016 23:35:39 +0100 Subject: Enable encryption of SMPTE subtitles. Separate out EncryptionContext class to use in SMPTESubtitleAsset::write(). --- src/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wscript') 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 -- cgit v1.2.3