diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-20 01:11:35 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-23 16:55:28 +0200 |
| commit | f7dc39fb8730ccf854d60b819a985050fee0d4b1 (patch) | |
| tree | e96ce7669907e39123b34654663a588fa8365e32 /src/lib/wscript | |
| parent | 29b1749d705032a4c15f41c586bb7ad4bb734825 (diff) | |
Extract J2K frame encoder classes for CPU and remote.
Diffstat (limited to 'src/lib/wscript')
| -rw-r--r-- | src/lib/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript index 7400c5bf1..1e8fd6f25 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -57,6 +57,7 @@ sources = """ content_factory.cc combine_dcp_job.cc copy_dcp_details_to_film.cc + cpu_j2k_frame_encoder.cc create_cli.cc cross_common.cc crypto.cc @@ -151,6 +152,7 @@ sources = """ ratio.cc raw_image_proxy.cc reel_writer.cc + remote_j2k_frame_encoder.cc render_text.cc resampler.cc rgba.cc |
