diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-30 21:00:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-30 21:00:12 +0200 |
| commit | be171f918ea2438bd366145a8e55983074e1e301 (patch) | |
| tree | ffb97bc8a70b70915e3d1f53e3e902e0230a9d10 /src/lib | |
| parent | a7ad0cdff67faffc6bdaef21c100d4ef4016e406 (diff) | |
Sign things that come out of the combiner (#2028).
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/combine_dcp_job.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/combine_dcp_job.cc b/src/lib/combine_dcp_job.cc index ae6d8b289..5c299492b 100644 --- a/src/lib/combine_dcp_job.cc +++ b/src/lib/combine_dcp_job.cc @@ -21,6 +21,7 @@ #include "combine_dcp_job.h" #include "compose.hpp" +#include "config.h" #include <dcp/combine.h> #include <dcp/exceptions.h> @@ -66,7 +67,8 @@ CombineDCPJob::run () String::compose("libdcp %1", dcp::version), String::compose("libdcp %1", dcp::version), dcp::LocalTime().as_string(), - _annotation_text + _annotation_text, + Config::instance()->signer_chain() ); } catch (dcp::CombineError& e) { set_state (FINISHED_ERROR); |
