X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fwscript;h=a85ce1f261337aafccd2a18567d55a793d655ff1;hb=21e926ddb62165eaf85c719545135a50e93a0e08;hp=ae8ab30cba195e1ca4589a8e59f96629f61541e6;hpb=24ba224ab4871e453df50fde94b5b32649a3d47b;p=dcpomatic.git diff --git a/src/lib/wscript b/src/lib/wscript index ae8ab30cb..a85ce1f26 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 @@ -112,14 +115,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 @@ -127,15 +130,15 @@ sources = """ screen.cc screen_kdm.cc send_kdm_email_job.cc + send_notification_email_job.cc send_problem_report_job.cc server.cc shuffler.cc string_log_entry.cc - subtitle_content.cc - subtitle_decoder.cc - text_subtitle.cc - text_subtitle_content.cc - text_subtitle_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 @@ -146,6 +149,7 @@ sources = """ upmixer_a.cc upmixer_b.cc util.cc + verify_dcp_job.cc video_content.cc video_content_scale.cc video_decoder.cc