Extract ImageStore.
[dcpomatic.git] / src / lib / wscript
index 30240cd117efa62fd66cc82cbe52cdde59a6290f..cf97623f9ee3b42c36c8834efb369fb3f80367ab 100644 (file)
@@ -48,9 +48,10 @@ sources = """
           text_content.cc
           text_decoder.cc
           case_insensitive_sorter.cc
-          check_content_change_job.cc
+          check_content_job.cc
           cinema.cc
           cinema_sound_processor.cc
+          collator.cc
           colour_conversion.cc
           config.cc
           content.cc
@@ -95,9 +96,11 @@ sources = """
           examine_content_job.cc
           examine_ffmpeg_subtitles_job.cc
           exceptions.cc
+          export_config.cc
           file_group.cc
           file_log.cc
           filter_graph.cc
+          find_missing.cc
           ffmpeg.cc
           ffmpeg_audio_stream.cc
           ffmpeg_content.cc
@@ -112,7 +115,8 @@ sources = """
           film.cc
           filter.cc
           font.cc
-          font_data.cc
+          font_config.cc
+          font_id_map.cc
           frame_interval_checker.cc
           frame_rate_change.cc
           guess_crop.cc
@@ -126,6 +130,7 @@ sources = """
           image_jpeg.cc
           image_png.cc
           image_proxy.cc
+          image_store.cc
           j2k_image_proxy.cc
           job.cc
           job_manager.cc
@@ -143,13 +148,14 @@ sources = """
           overlaps.cc
           pixel_quanta.cc
           player.cc
-          player_text.cc
           player_video.cc
           playlist.cc
           position_image.cc
           ratio.cc
           raw_image_proxy.cc
           reel_writer.cc
+          referenced_reel_asset.cc
+          release_notes.cc
           render_text.cc
           resampler.cc
           rgba.cc
@@ -176,6 +182,7 @@ sources = """
           transcode_job.cc
           trusted_device.cc
           types.cc
+          rough_duration.cc
           signal_manager.cc
           stdout_log.cc
           update_checker.cc
@@ -189,6 +196,7 @@ sources = """
           video_content.cc
           video_decoder.cc
           video_filter_graph.cc
+          video_filter_graph_set.cc
           video_mxf_content.cc
           video_mxf_decoder.cc
           video_mxf_examiner.cc
@@ -227,9 +235,9 @@ def build(bld):
         obj.uselib += ' WINSOCK2 DBGHELP SHLWAPI MSWSOCK BOOST_LOCALE SETUPAPI OLE32 UUID'
         obj.source += ' cross_windows.cc'
     if bld.env.TARGET_OSX:
-        obj.source += ' cross_osx.cc'
+        obj.source += ' cross_osx.cc cross_unix.cc'
     if bld.env.TARGET_LINUX:
-        obj.source += ' cross_linux.cc'
+        obj.source += ' cross_linux.cc cross_unix.cc'
     if bld.env.STATIC_DCPOMATIC:
         obj.uselib += ' XMLPP'