X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fwscript;h=0c9cddfa44456db8f352f5d24e208a49059f075e;hb=6eba051dcbb8c56e3e2efea946ce0380d17a7b33;hp=ad4dbd87d4aaf14e40b1e2d79a64db983d8daf1a;hpb=cc6c991ddd53e2f151140cbadef2da660cd7d6a3;p=dcpomatic.git diff --git a/src/lib/wscript b/src/lib/wscript index ad4dbd87d..0c9cddfa4 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -25,7 +25,11 @@ sources = """ analyse_audio_job.cc analyse_subtitles_job.cc analytics.cc + atmos_content.cc atmos_mxf_content.cc + atmos_decoder.cc + atmos_metadata.cc + atmos_mxf_decoder.cc audio_analysis.cc audio_buffers.cc audio_content.cc @@ -202,7 +206,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'