From 2d400575ef372d59d2255779b43a3ded1bc7fe65 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 14 Nov 2023 22:00:46 +0100 Subject: Split the old PictureAsset into a new PictureAsset + J2KPictureAsset. --- src/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wscript') diff --git a/src/wscript b/src/wscript index 428e2769..ba063298 100644 --- a/src/wscript +++ b/src/wscript @@ -81,6 +81,7 @@ def build(bld): name_format.cc object.cc openjpeg_image.cc + picture_asset.cc pkl.cc rating.cc raw_convert.cc @@ -186,6 +187,7 @@ def build(bld): name_format.h object.h openjpeg_image.h + picture_asset.h piecewise_lut.h pkl.h rating.h -- cgit v1.2.3