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/decryption_context.h | |
| parent | 52b563097e355b098fc9da13cb25f135f0d9bf9e (diff) | |
Add Atmos read/write and untested MXF decryption tool.1.0-templates
Diffstat (limited to 'src/decryption_context.h')
| -rw-r--r-- | src/decryption_context.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/decryption_context.h b/src/decryption_context.h index e3d3ce1e..fb8342cf 100644 --- a/src/decryption_context.h +++ b/src/decryption_context.h @@ -31,6 +31,9 @@ files in the program, then also delete it here. */ +#ifndef LIBDCP_DECRYPTION_CONTEXT_H +#define LIBDCP_DECRYPTION_CONTEXT_H + #include "key.h" #include <boost/optional.hpp> @@ -55,3 +58,5 @@ private: }; } + +#endif |
