Basics of selecting 'tracks' for CCAPs.
[dcpomatic.git] / src / lib / wscript
index ee5a583ac11e3e9eb0cc29994e4ab45df0bf78fe..5c1da8a5fd2099dc78e169938bf5205576a9635c 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,7 +38,10 @@ sources = """
           audio_ring_buffers.cc
           audio_stream.cc
           butler.cc
+          text_content.cc
+          text_decoder.cc
           case_insensitive_sorter.cc
+          check_content_change_job.cc
           cinema.cc
           cinema_kdms.cc
           cinema_sound_processor.cc
@@ -55,8 +58,9 @@ 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_text_track.cc
           dcp_video.cc
           dcpomatic_socket.cc
           dcpomatic_time.cc
@@ -132,11 +136,10 @@ sources = """
           server.cc
           shuffler.cc
           string_log_entry.cc
-          text_content.cc
-          text_decoder.cc
-          plain_text_file.cc
-          plain_text_file_content.cc
-          plain_text_file_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