More fixes for errors / crashes / misbehaviour with content changes
[dcpomatic.git] / src / lib / wscript
index dd7c87f398d0571a513ea10d4a700fb1a6e3c013..68e44ccd053608d7c79dd57e7bb8313237803b31 100644 (file)
@@ -21,7 +21,7 @@ import os
 import i18n
 
 sources = """
-          active_subtitles.cc
+          active_text.cc
           analyse_audio_job.cc
           atmos_mxf_content.cc
           audio_analysis.cc
@@ -38,6 +38,8 @@ sources = """
           audio_ring_buffers.cc
           audio_stream.cc
           butler.cc
+          text_content.cc
+          text_decoder.cc
           case_insensitive_sorter.cc
           cinema.cc
           cinema_kdms.cc
@@ -45,6 +47,7 @@ sources = """
           colour_conversion.cc
           config.cc
           content.cc
+          content_change.cc
           content_factory.cc
           cross.cc
           curl_uploader.cc
@@ -55,8 +58,8 @@ sources = """
           dcp_encoder.cc
           dcp_examiner.cc
           dcp_subtitle.cc
-          dcp_text_content.cc
-          dcp_text_decoder.cc
+          dcp_subtitle_content.cc
+          dcp_subtitle_decoder.cc
           dcp_video.cc
           dcpomatic_socket.cc
           dcpomatic_time.cc
@@ -112,7 +115,7 @@ sources = """
           mid_side_decoder.cc
           overlaps.cc
           player.cc
-          player_subtitles.cc
+          player_text.cc
           player_video.cc
           playlist.cc
           position_image.cc
@@ -132,11 +135,10 @@ sources = """
           server.cc
           shuffler.cc
           string_log_entry.cc
-          text_content.cc
-          text_decoder.cc
-          plain_text.cc
-          plain_text_content.cc
-          plain_text_decoder.cc
+          string_text_file.cc
+          string_text_file_content.cc
+          string_text_file_decoder.cc
+          text_ring_buffers.cc
           timer.cc
           transcode_job.cc
           types.cc