diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-14 22:00:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-18 12:11:43 +0200 |
| commit | 2d400575ef372d59d2255779b43a3ded1bc7fe65 (patch) | |
| tree | 8ad9b2a92ac6eacc9db63ff421ab79757f2e8551 /src/wscript | |
| parent | 0995e3c4fe835e8265f9db5e33c3c2c2cdd0c9c1 (diff) | |
Split the old PictureAsset into a new PictureAsset + J2KPictureAsset.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
