diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-11 15:31:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-11 15:31:48 +0000 |
| commit | 6161444eab9e0c22c4a42a1b254745b8bee82b50 (patch) | |
| tree | 39ed44776fc5dcef991be8e15c751b8ecb2dc8f4 /src | |
| parent | 7dd07caa5fbfabde5563de4ade76b7c11d68c59c (diff) | |
Install fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/subtitle_string.h | 5 | ||||
| -rw-r--r-- | src/wscript | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/subtitle_string.h b/src/subtitle_string.h index 59131f07..076a6ec7 100644 --- a/src/subtitle_string.h +++ b/src/subtitle_string.h @@ -17,6 +17,9 @@ */ +#ifndef LIBDCP_SUBTITLE_STRING_H +#define LIBDCP_SUBTITLE_STRING_H + #include "types.h" #include "dcp_time.h" #include <string> @@ -122,3 +125,5 @@ bool operator== (SubtitleString const & a, SubtitleString const & b); std::ostream& operator<< (std::ostream& s, SubtitleString const & sub); } + +#endif diff --git a/src/wscript b/src/wscript index fd9f945b..294e36bc 100644 --- a/src/wscript +++ b/src/wscript @@ -68,6 +68,7 @@ def build(bld): certificates.h colour_matrix.h cpl.h + content.h dcp.h dcp_time.h exceptions.h @@ -86,6 +87,7 @@ def build(bld): picture_mxf_writer.h rgb_xyz.h reel.h + ref.h argb_frame.h signer.h signer_chain.h |
