From 214d72306bdfdd617c3e6a7cfeb5c5d76d7f5e72 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 27 Sep 2016 12:30:04 +0100 Subject: Add Atmos read/write and untested MXF decryption tool. --- src/decryption_context.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/decryption_context.h') 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 @@ -55,3 +58,5 @@ private: }; } + +#endif -- cgit v1.2.3