X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fwscript;h=5c1da8a5fd2099dc78e169938bf5205576a9635c;hb=bd12a72f78409e3f482be3d47b5efb57af4ad982;hp=71c94c28b0632e6632ff11003991ad4bd53aa6bd;hpb=9cb73fbc0fa4643612f01665bc6d9fc430656f32;p=dcpomatic.git diff --git a/src/lib/wscript b/src/lib/wscript index 71c94c28b..5c1da8a5f 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -21,7 +21,7 @@ import os import i18n sources = """ - active_captions.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 @@ -112,7 +116,7 @@ sources = """ mid_side_decoder.cc overlaps.cc player.cc - player_caption.cc + player_text.cc player_video.cc playlist.cc position_image.cc @@ -132,11 +136,10 @@ sources = """ server.cc shuffler.cc string_log_entry.cc - text_content.cc - text_decoder.cc - plain_text_file.cc - text_caption_file_content.cc - text_caption_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