Add Zipper class and use it in CinemaKDMs.
[dcpomatic.git] / src / lib / wscript
index 67bcf8d8b37a40cc59a6f74d3df65c468272cc81..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
@@ -52,6 +53,7 @@ sources = """
           config.cc
           content.cc
           content_factory.cc
+          copy_dcp_details_to_film.cc
           create_cli.cc
           cross_common.cc
           crypto.cc
@@ -156,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
@@ -179,6 +183,7 @@ sources = """
           video_mxf_examiner.cc
           video_ring_buffers.cc
           writer.cc
+          zipper.cc
           """
 
 def build(bld):