Basic (untested) ebur128 (#368).
[dcpomatic.git] / src / lib / wscript
index d44746ba9a24517238422cde13a1712e0806f4d3..a76ca9b74e55a0be51bd9447ba83f2435c8fbf91 100644 (file)
@@ -28,11 +28,13 @@ sources = """
           audio_decoder_stream.cc
           audio_delay.cc
           audio_filter.cc
+          audio_filter_graph.cc
           audio_mapping.cc
           audio_point.cc
           audio_processor.cc
           audio_stream.cc
           cinema.cc
+          cinema_kdms.cc
           cinema_sound_processor.cc
           colour_conversion.cc
           config.cc
@@ -52,7 +54,9 @@ sources = """
           dcpomatic_socket.cc
           dcpomatic_time.cc
           dolby_cp750.cc
+          emailer.cc
           encoder.cc
+          encoded_log_entry.cc
           environment_info.cc
           examine_content_job.cc
           exceptions.cc
@@ -69,6 +73,7 @@ sources = """
           film.cc
           filter.cc
           font.cc
+          font_files.cc
           frame_rate_change.cc
           internet.cc
           image.cc
@@ -80,9 +85,9 @@ sources = """
           j2k_image_proxy.cc
           job.cc
           job_manager.cc
-          kdm.cc
           json_server.cc
           log.cc
+          log_entry.cc
           magick_image_proxy.cc
           md5_digester.cc
           mid_side_decoder.cc
@@ -91,15 +96,16 @@ sources = """
           player_video.cc
           playlist.cc
           position_image.cc
-          quickmail.cc
           ratio.cc
           raw_image_proxy.cc
+          reel_writer.cc
           render_subtitles.cc
           resampler.cc
           safe_stringstream.cc
           scoped_temporary.cc
           scp_uploader.cc
           screen.cc
+          screen_kdm.cc
           send_kdm_email_job.cc
           send_problem_report_job.cc
           server.cc
@@ -109,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
@@ -128,6 +135,7 @@ sources = """
           video_content.cc
           video_content_scale.cc
           video_decoder.cc
+          video_filter_graph.cc
           writer.cc
           """