diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-13 23:36:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-13 23:36:22 +0200 |
| commit | 488e3d1bd5e6b17d49f6db4df14c64f4b64db89b (patch) | |
| tree | 641fcf167b845df6eca68c54fdf1110a7a07a739 /src/wscript | |
| parent | 51ae14c7e304d4fbc8d7524d584f3f4762d51f67 (diff) | |
Remove ReelEncryptableAsset and tidy up a bit.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wscript b/src/wscript index f6e0d15b..de7d8e67 100644 --- a/src/wscript +++ b/src/wscript @@ -82,7 +82,6 @@ def build(bld): reel_asset.cc reel_atmos_asset.cc reel_closed_caption_asset.cc - reel_encryptable_asset.cc reel_file_asset.cc reel_interop_closed_caption_asset.cc reel_interop_subtitle_asset.cc @@ -173,7 +172,7 @@ def build(bld): reel.h reel_asset.h reel_atmos_asset.h - reel_encryptable_asset.h + reel_closed_caption_asset.h reel_file_asset.h reel_interop_closed_caption_asset.h reel_interop_subtitle_asset.h |
