summaryrefslogtreecommitdiff
path: root/src/lib/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-09-24 00:34:15 +0200
committerCarl Hetherington <cth@carlh.net>2023-10-18 13:46:37 +0200
commit2ed3dadd6287859551fcbeaf85e09b0b3f1e8ff5 (patch)
tree142f404f660cd794083a6db2ad8fae2f93819f5e /src/lib/wscript
parent574b2871b30cc87dbf1bef1e784ec185ff8e19e6 (diff)
Rearrange encoder threading.
Soon we'll add a new encoder type, and the existing structure was already creaking a bit at the seams while handling local and remote encodes. Here we split out an encoder thread and introduce the concept of a "sync" thread (which blocks while the encoding is happening). Later we'll have another type which submits the encode request to a GPU and receives the reply back later.
Diffstat (limited to 'src/lib/wscript')
-rw-r--r--src/lib/wscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript
index dad8947b1..e0cfaa79c 100644
--- a/src/lib/wscript
+++ b/src/lib/wscript
@@ -59,6 +59,7 @@ sources = """
content_factory.cc
combine_dcp_job.cc
copy_dcp_details_to_film.cc
+ cpu_j2k_encoder_thread.cc
create_cli.cc
crop.cc
cross_common.cc
@@ -122,6 +123,7 @@ sources = """
font_id_map.cc
frame_interval_checker.cc
frame_rate_change.cc
+ grok_j2k_encoder_thread.cc
guess_crop.cc
hints.cc
internet.cc
@@ -138,6 +140,8 @@ sources = """
job.cc
job_manager.cc
j2k_encoder.cc
+ j2k_encoder_thread.cc
+ j2k_sync_encoder_thread.cc
json_server.cc
kdm_cli.cc
kdm_recipient.cc
@@ -163,6 +167,7 @@ sources = """
referenced_reel_asset.cc
release_notes.cc
render_text.cc
+ remote_j2k_encoder_thread.cc
resampler.cc
resolution.cc
rgba.cc