From cef7a679a59044a5c807768042deecfd56ec6fc2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 23 Apr 2020 00:11:38 +0200 Subject: Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233). --- src/lib/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/wscript') 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 -- cgit v1.2.3