Add Zipper class and use it in CinemaKDMs.
[dcpomatic.git] / src / lib / wscript
index 17f96d61e11db22a7a69fea6be3732f8c182e39c..ea52079d03dc0d5bf255584bc98e7a2677f64dca 100644 (file)
@@ -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,12 +158,14 @@ 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
           transcode_job.cc
           types.cc
           signal_manager.cc
+          stdout_log.cc
           update_checker.cc
           upload_job.cc
           uploader.cc
@@ -180,6 +183,7 @@ sources = """
           video_mxf_examiner.cc
           video_ring_buffers.cc
           writer.cc
+          zipper.cc
           """
 
 def build(bld):