X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fwscript;h=43ccead77669a74137113402ac2165d456c0e904;hb=0185ba27b0e9c52a173147c1380ec5f345109afc;hp=55c4e735f76e7e2e3344fc41bcfca8e6808ac91f;hpb=c8bd4ead4c9e757d88136a7fdd556272f36be793;p=dcpomatic.git diff --git a/src/lib/wscript b/src/lib/wscript index 55c4e735f..43ccead77 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -51,6 +51,7 @@ sources = """ check_content_job.cc cinema.cc cinema_sound_processor.cc + collator.cc colour_conversion.cc config.cc content.cc @@ -58,6 +59,7 @@ sources = """ combine_dcp_job.cc copy_dcp_details_to_film.cc create_cli.cc + crop.cc cross_common.cc crypto.cc curl_uploader.cc @@ -129,6 +131,7 @@ sources = """ image_jpeg.cc image_png.cc image_proxy.cc + image_store.cc j2k_image_proxy.cc job.cc job_manager.cc @@ -143,6 +146,7 @@ sources = """ maths_util.cc memory_util.cc mid_side_decoder.cc + named_channel.cc overlaps.cc pixel_quanta.cc player.cc @@ -156,6 +160,7 @@ sources = """ release_notes.cc render_text.cc resampler.cc + resolution.cc rgba.cc rng.cc scoped_temporary.cc @@ -176,6 +181,7 @@ sources = """ subtitle_analysis.cc subtitle_encoder.cc text_ring_buffers.cc + text_type.cc timer.cc transcode_job.cc trusted_device.cc @@ -194,9 +200,12 @@ sources = """ video_content.cc video_decoder.cc video_filter_graph.cc + video_filter_graph_set.cc + video_frame_type.cc video_mxf_content.cc video_mxf_decoder.cc video_mxf_examiner.cc + video_range.cc video_ring_buffers.cc writer.cc zipper.cc