From 85c565b56de05e93617a8dfd633d6f9d6e9cb30a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 24 Apr 2022 22:38:52 +0200 Subject: Try to remove the PKL object, and make it so that we don't keep the PKL assets around after reading them. But verification needs to see those assets, to check the hashes. --- src/wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/wscript') diff --git a/src/wscript b/src/wscript index da4d0d1e..977c1fc2 100644 --- a/src/wscript +++ b/src/wscript @@ -77,7 +77,7 @@ def build(bld): openjpeg_image.cc picture_asset.cc picture_asset_writer.cc - pkl.cc + pkl_internal.cc rating.cc raw_convert.cc reel.cc @@ -171,7 +171,6 @@ def build(bld): openjpeg_image.h picture_asset.h picture_asset_writer.h - pkl.h rating.h raw_convert.h rgb_xyz.h -- cgit v1.2.3