diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-13 11:36:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-13 11:36:09 +0100 |
| commit | 5de2fd90b92829cea8ab297c6fce81c582332cb7 (patch) | |
| tree | 20e3f27fd3a254c21c0028d272e6844e660bc0b6 /src/tools | |
| parent | cb0a41355327f0308e5b56c21bff1d1ac004a9cb (diff) | |
Build fixes related to simple/GL view.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_ecinema.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_ecinema.cc b/src/tools/dcpomatic_ecinema.cc index bcd090726..a3f2288e3 100644 --- a/src/tools/dcpomatic_ecinema.cc +++ b/src/tools/dcpomatic_ecinema.cc @@ -181,6 +181,6 @@ main (int argc, char* argv[]) avformat_free_context (output_fc); DecryptedECinemaKDM decrypted_kdm (key); - EncryptedECinemaKDM encrypted_kdm = decrypted_kdm.encrypt (Config::instance()->decryption_chain()); + EncryptedECinemaKDM encrypted_kdm = decrypted_kdm.encrypt (Config::instance()->decryption_chain()->leaf()); cout << encrypted_kdm.as_xml() << "\n"; } |
