Split FilterGraph into that and VideoFilterGraph.
[dcpomatic.git] / src / lib / wscript
index d897e997dfc35c491c5530d6fde75bc06ff66bff..315190307baecb6429703d402e64b955097f1564 100644 (file)
@@ -53,7 +53,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
@@ -70,6 +72,7 @@ sources = """
           film.cc
           filter.cc
           font.cc
+          font_files.cc
           frame_rate_change.cc
           internet.cc
           image.cc
@@ -83,6 +86,7 @@ sources = """
           job_manager.cc
           json_server.cc
           log.cc
+          log_entry.cc
           magick_image_proxy.cc
           md5_digester.cc
           mid_side_decoder.cc
@@ -91,9 +95,9 @@ 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
@@ -110,6 +114,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 +134,7 @@ sources = """
           video_content.cc
           video_content_scale.cc
           video_decoder.cc
+          video_filter_graph.cc
           writer.cc
           """