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(). --- test/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'test/wscript') diff --git a/test/wscript b/test/wscript index 5e94b1f7..b4f526bf 100644 --- a/test/wscript +++ b/test/wscript @@ -76,6 +76,7 @@ def build(bld): cpl_test.cc cpl_metadata_test.cc cpl_sar_test.cc + cpl_summary_test.cc cpl_ratings_test.cc dcp_font_test.cc dcp_test.cc -- cgit v1.2.3