summaryrefslogtreecommitdiff
path: root/src/lib/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-23 00:11:38 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-24 00:46:31 +0200
commitcef7a679a59044a5c807768042deecfd56ec6fc2 (patch)
treeb0e020a2a70db228df0e96fd85b63a84d7d69b64 /src/lib/wscript
parent87d5a977da0696fbe73b96b2679b7cbb471e7255 (diff)
Add subtitle analysis so that the outline of all subtitles
in a piece of content can be overlaid onto the preview (#1233).
Diffstat (limited to 'src/lib/wscript')
-rw-r--r--src/lib/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript
index 17f96d61e..802020527 100644
--- a/src/lib/wscript
+++ b/src/lib/wscript
@@ -23,6 +23,7 @@ import i18n
sources = """
active_text.cc
analyse_audio_job.cc
+ analyse_subtitles_job.cc
analytics.cc
atmos_mxf_content.cc
atomicity_checker.cc
@@ -157,6 +158,7 @@ sources = """
string_text_file.cc
string_text_file_content.cc
string_text_file_decoder.cc
+ subtitle_analysis.cc
subtitle_encoder.cc
text_ring_buffers.cc
timer.cc