Fix nonfunctional send-problem-report.
[dcpomatic.git] / src / lib / wscript
index bc61c87bfd4686fb71a785d6fd1323d8471852c0..a76ca9b74e55a0be51bd9447ba83f2435c8fbf91 100644 (file)
@@ -28,6 +28,7 @@ sources = """
           audio_decoder_stream.cc
           audio_delay.cc
           audio_filter.cc
+          audio_filter_graph.cc
           audio_mapping.cc
           audio_point.cc
           audio_processor.cc
@@ -55,6 +56,7 @@ sources = """
           dolby_cp750.cc
           emailer.cc
           encoder.cc
+          encoded_log_entry.cc
           environment_info.cc
           examine_content_job.cc
           exceptions.cc
@@ -71,6 +73,7 @@ sources = """
           film.cc
           filter.cc
           font.cc
+          font_files.cc
           frame_rate_change.cc
           internet.cc
           image.cc
@@ -84,6 +87,7 @@ sources = """
           job_manager.cc
           json_server.cc
           log.cc
+          log_entry.cc
           magick_image_proxy.cc
           md5_digester.cc
           mid_side_decoder.cc
@@ -94,6 +98,7 @@ sources = """
           position_image.cc
           ratio.cc
           raw_image_proxy.cc
+          reel_writer.cc
           render_subtitles.cc
           resampler.cc
           safe_stringstream.cc
@@ -110,6 +115,7 @@ sources = """
           sndfile_content.cc
           sndfile_decoder.cc
           sndfile_examiner.cc
+          string_log_entry.cc
           subrip.cc
           subrip_content.cc
           subrip_decoder.cc
@@ -129,6 +135,7 @@ sources = """
           video_content.cc
           video_content_scale.cc
           video_decoder.cc
+          video_filter_graph.cc
           writer.cc
           """