From 1df6f4a08a2f3b67c1637068ae4714c1cba2e1e7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 8 Dec 2025 23:54:25 +0100 Subject: Add DCP::cpl_summaries(). DCP-o-matic needs to know some basic CPL details as quickly as possible, and this is faster than doing read() and then cpls(). --- src/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wscript') diff --git a/src/wscript b/src/wscript index 3dc2ec12..04356b4f 100644 --- a/src/wscript +++ b/src/wscript @@ -158,6 +158,7 @@ def build(bld): compose.hpp content_kind.h cpl.h + cpl_summary.h crypto_context.h data.h dcp.h -- cgit v1.2.3