X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fwscript;h=609ddb322c5f541c240e73a46dfcfe06a3506e45;hb=8414829693900c3d6362a4f15d677bb7e1462c3e;hp=b3e04e28b24de5275facf96e9c14fad52d615cd9;hpb=c1f98c84cdf3829b31929453b8a89fdcbdcd0c42;p=dcpomatic.git diff --git a/src/lib/wscript b/src/lib/wscript index b3e04e28b..609ddb322 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 @@ -84,6 +88,7 @@ sources = """ ffmpeg_content.cc ffmpeg_decoder.cc ffmpeg_encoder.cc + ffmpeg_file_encoder.cc ffmpeg_examiner.cc ffmpeg_stream.cc ffmpeg_subtitle_stream.cc @@ -112,14 +117,14 @@ sources = """ mid_side_decoder.cc overlaps.cc player.cc - player_subtitles.cc + player_text.cc player_video.cc playlist.cc position_image.cc ratio.cc raw_image_proxy.cc reel_writer.cc - render_subtitles.cc + render_text.cc resampler.cc rgba.cc scoped_temporary.cc @@ -132,11 +137,10 @@ sources = """ server.cc shuffler.cc string_log_entry.cc - text_content.cc - text_decoder.cc - text_subtitle.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