summaryrefslogtreecommitdiff
path: root/src/lib/types.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-12 22:18:47 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-12 22:18:47 +0200
commitcc99556229bf35506c20377f4550665af6f5594a (patch)
treebef50bbc69a4ee9724a32d5ba8e854280451e969 /src/lib/types.cc
parent43f83b3508829b9d773be69db4b010ac91f101b7 (diff)
Bump libdcp for some API improvements.
Diffstat (limited to 'src/lib/types.cc')
-rw-r--r--src/lib/types.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/types.cc b/src/lib/types.cc
index b7632a984..dbbae3e6a 100644
--- a/src/lib/types.cc
+++ b/src/lib/types.cc
@@ -26,6 +26,7 @@
#include <dcp/cpl.h>
#include <dcp/dcp.h>
#include <dcp/reel_file_asset.h>
+#include <dcp/reel_encryptable_asset.h>
#include <dcp/reel_asset.h>
DCPOMATIC_DISABLE_WARNINGS
#include <libxml++/libxml++.h>
@@ -213,7 +214,7 @@ CPLSummary::CPLSummary (boost::filesystem::path p)
encrypted = false;
for (auto j: dcp.cpls()) {
- for (auto k: j->reel_file_assets()) {
+ for (auto k: j->reel_encryptable_assets()) {
if (k->key_id()) {
encrypted = true;
}