X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fwscript;h=5c1da8a5fd2099dc78e169938bf5205576a9635c;hb=5aa057f73c9b5d0f2a4a1479bd75dee849250265;hp=ee5a583ac11e3e9eb0cc29994e4ab45df0bf78fe;hpb=ae95d9cab28e414245e15ddeae20e96735594a8b;p=dcpomatic.git diff --git a/src/lib/wscript b/src/lib/wscript index ee5a583ac..5c1da8a5f 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -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