Basic implementation of extra subtitle-scan job to run when the
[dcpomatic.git] / src / lib / wscript
index 88cec75ec940868d829a04e4dc0bf1e9d22e6322..9bd07c67d00268dcb4acdda5f9de42ad87932a6d 100644 (file)
@@ -24,6 +24,7 @@ sources = """
           active_text.cc
           analyse_audio_job.cc
           atmos_mxf_content.cc
+          atomicity_checker.cc
           audio_analysis.cc
           audio_buffers.cc
           audio_content.cc
@@ -50,7 +51,9 @@ sources = """
           config.cc
           content.cc
           content_factory.cc
+          create_cli.cc
           cross.cc
+          crypto.cc
           curl_uploader.cc
           dcp.cc
           dcp_content.cc
@@ -63,6 +66,7 @@ sources = """
           dcp_subtitle_decoder.cc
           dcp_text_track.cc
           dcp_video.cc
+          dcpomatic_log.cc
           dcpomatic_socket.cc
           dcpomatic_time.cc
           decoder.cc
@@ -81,6 +85,7 @@ sources = """
           environment_info.cc
           event_history.cc
           examine_content_job.cc
+          examine_ffmpeg_subtitles_job.cc
           exceptions.cc
           file_group.cc
           file_log.cc
@@ -140,6 +145,8 @@ sources = """
           send_problem_report_job.cc
           server.cc
           shuffler.cc
+          spl.cc
+          spl_entry.cc
           string_log_entry.cc
           string_text_file.cc
           string_text_file_content.cc