X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fwscript;h=04044a8c3f4f82011ac37a4c2f8041e0ac5fe522;hb=5a3e836da9480bca0c3ef3384fa2010f358ccc7e;hp=fb222fcf4c73f4189a042629e97ebfed4f993c00;hpb=15a83d720780d58f905d40f8493cdcb86596eaee;p=dcpomatic.git diff --git a/src/lib/wscript b/src/lib/wscript index fb222fcf4..04044a8c3 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2015 Carl Hetherington +# Copyright (C) 2012-2020 Carl Hetherington # # This file is part of DCP-o-matic. # @@ -25,8 +25,11 @@ sources = """ analyse_audio_job.cc analyse_subtitles_job.cc analytics.cc + atmos_content.cc atmos_mxf_content.cc - atomicity_checker.cc + atmos_decoder.cc + atmos_metadata.cc + atmos_mxf_decoder.cc audio_analysis.cc audio_buffers.cc audio_content.cc @@ -52,6 +55,7 @@ sources = """ config.cc content.cc content_factory.cc + combine_dcp_job.cc copy_dcp_details_to_film.cc create_cli.cc cross_common.cc @@ -203,7 +207,7 @@ def build(bld): """ if bld.env.TARGET_OSX: - obj.framework = ['IOKit', 'Foundation', 'DiskArbitration'] + obj.framework = ['IOKit', 'Foundation', 'DiskArbitration', 'ApplicationServices'] obj.source = sources + ' version.cc'